
/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  
#slideshow {  
	line-height: 1em;  
	font-size: 0.85em;  
	width: 600px;  
	height: 235px;
	background-color: inherit;
	border: 0px;
	overflow:hidden;
}  

#slideshow img{padding:0px !important;margin:0px !important;border:0px;}
#slideshow a{border:0px;}

/* ---------------------------------------------------- */  
/* SLIDESHOW > SLIDES 
/* ---------------------------------------------------- */  
#slideshow .slides {  
	overflow: hidden;  
	width: 600px;
	height: 235px;
	border: 0px;
	z-index: 1;
}  
#slideshow .slides a{border:0px;} 

#slideshow .slides li {  
	width: 600px;  
	height: 232px;
	float: left;
	border: 0px;
}    
   
#slideshow ul {  
	margin: 0;  
	padding: 0;  
	list-style-type: none !important;  
	height: 1%;  /*IE fix */
}  

/*#slideshow ul:after {  
	content: ".";  
	clear: both;  
	display: block;  
	height: 0;  
	visibility: hidden;
} */             

  
/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  


#numbers {  

} 

#slideshow .slides-nav {  
	position: relative;
	bottom: 25px;
	/*left: 337px;*/
	height: 17px;
	/*width:260px;  */
	float:right;
	background-image: url('nav-bg.png');
	background-repeat: no-repeat;
	z-index: 15;
	/*line-height: 1.1em; */
	opacity:0.9;
	filter: alpha(opacity = 55);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
} 

#slideshow .slides-nav li {  
	position: relative;
	bottom: 2px;
	/*height: 15px;*/
	left: 2px;
	float: left;
}  

#slideshow .slides-nav a {  
	position: relative;
	top: 5px;
	left: 7px;
	padding: 0px 9px 0px 10px;
	color: #aba9a3;
	text-decoration: none;
} 

#arrow {  
	position: relative;
	bottom:23px;
	right: 14px;
	float: right;
	text-decoration: none;
	z-index:22;
} 

.activeSlide {  
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF !important;
}

