/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  
#slideshow {  
	width: 920px;
	height: 430px;
	margin: 2px 0 0 0;
	padding: 0px 0px 0 0px;
	position: relative;
}

#slideshow ul {  
	margin: 0;  
	padding: 0;  
	list-style-type: none;  
	height: 1%; /* IE fix */
}  

#slideshow ul:after {  
	content: ".";  
	clear: both;  
	display: block;  
	height: 0;  
	visibility: hidden;
}              
/* ---------------------------------------------------- */  
/* SLIDESHOW > SLIDES 
/* ---------------------------------------------------- */  
#slideshow .slides { 
	width: 800px;
	overflow: hidden;
	padding: 0 50px;
	
} 
#slideshow .slides img{ 
/*	box-shadow:2px 2px 5px #333300;
	-webkit-box-shadow:2px 2px 5px #333300;
	-moz-box-shadow: 2px 2px 5px #333300;
*/
} 

#slideshow .slides ul {  

}

#slideshow .slides li {  
	width: 800px;
	height: 370px;
	float: left;  
	padding: 20px 0 0 0;
	background-image: none;
	background-color: transparent !important;
} 

#slideshow .slides h2 {
	margin: 0 0px 5px 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
 	color:#fff;
  	letter-spacing:1px;
  	position: absolute;
  	bottom: 50px;
  	left: 0px;
  	display:none;
}

#slideshow .slides p {
	width: 800px;
}

#slideshow .slides a {
	color: #c2bfbf;
}

#slideshow .slides img {
	float: left;
	margin: 0 15px 0 0;
}  
/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  
#slideshow .slides-nav {
	width: 550px;
	margin: 0px 0px 0 0;
	/*padding: 10px 0 10px 0;*/
	padding: 5px 0px 0 10px;
	position: absolute;
	left: 25px;
	bottom: 20px;
	right: 25px;
	color:black;
	height: 16px;
}

#slideshow .slides-nav li {
	margin: 0 5px 0 0;
	padding:0;
	background-image: none;
	float: left;
	font-size: 11px;
	line-height: 11px;
}

#slideshow .slides-nav li a {
	display: block;
	width: 21px;
	height: 13px;
	padding: 5px 1px 4px 0;
	text-align: center;
	/*color: #FFF;*/
	text-decoration: none;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}

.js #slideshow .slides-nav li.on a {
	/*background-color: #252525;*/
	background-image: url(../images/bg_number_on.png);
	background-repeat: no-repeat;
	color:#fff;
	font-weight: bold;
/*	background-color: red;*/
}

.js #slideshow .slides-nav li.on a {

}

.js #slideshow #cycle_prev{
	height: 40px;
	width: 39px;
	position: absolute;
	left: 5px;
	top: 190px;
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_next{
	height: 40px;
	width: 39px;
	position: absolute;
	right: 5px;
	top: 190px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_pause{
	margin: 0;
	color: #FFF;
	cursor: pointer;
	float: left;
	background-image: url(../images/pause.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	position: absolute;
	z-index:100;
	right: 40px;
	bottom: 20px;
}
.js #slideshow #cycle_pause span{
	display: none;
}

.js #slideshow #cycle_resume{
	margin: 0;
	color: #FFF;
	cursor: pointer;
	float: left;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	position: absolute;
	z-index:100;
	right: 20px;
	bottom: 20px;
}
.js #slideshow #cycle_resume span{
	display:none;
}

#cycle_resume.resume {
	text-decoration: underline;
	background-image: url(../images/play_on.png) !important;
} 
#cycle_pause.pause {
	text-decoration: underline;
	background-image: url(../images/pause_on.png) !important;
} 