/* ---------------------------------------------------- */

/* SLIDESHOW

/* ---------------------------------------------------- */

#slideshow {

	width: 960px;

	height: 322px;

	padding:21px 0px 0px 0px;

	margin: 0;

	background:url(../../../templates/DSC/images/img_header.png) no-repeat top center;



}

#slideshow ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	height: 1%; /* IE fix */

}



#slideshow ul.slide-news {

	height:265px;

	list-style-type: none;

}



#slideshow ul:after {

	content: ".";

	clear: both;

	display: block;

	height: 0;

	visibility: hidden;

}            



/* ---------------------------------------------------- */

/* SLIDESHOW > SLIDES

/* ---------------------------------------------------- */

#slideshow .slides {

	overflow: hidden;

	color: #000;

	

}

#slideshow .slides ul {

	width: 960px;

}



#slideshow .slides li {

	width: 350px;

	float: left;

}



#slideshow .slides h2 {

	font: 24px Georgia, "Times New Roman", Times, serif;

 	color:#1b1b1b;

  	/*letter-spacing:-1px;*/

	padding:40px 0px 5px 40px;

	

}

#slideshow .slides  div.slide-content {

	padding:0px 0px 0px 40px;

}


#slideshow .slides  div.slide-content p a, #slideshow .slides  div.slide-content p a:visited  {

	color:#000000;!important

}



#slideshow .slides a {

	color: #c2bfbf;

}



#slideshow .slides img {

	float: left;

	margin: 0 15px 0 0;

}



/* ---------------------------------------------------- */

/* SLIDESHOW > NAVIGATION

/* ---------------------------------------------------- */

#slideshow .slides-nav {

	margin:0 0 0 20px;

	padding:10px;

	width: 400px;

	float:left;

}



#slideshow .slides-nav li {

	float: left;

	margin:0px 5px 0 0;

	

}



#slideshow .slides-nav li a {

	padding: 3px 9px 3px 9px;

	color: #FFF;

	text-decoration: none;

	float: left;

	background:url(../../../templates/DSC/images/bg_cercle.png) no-repeat center center; 

}



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

	background:url(../../..//templates/DSC/images/bg_cercle_on.png) no-repeat center center; 

}



.js #slideshow #cycle_prev{

	height: 40px;

	width: 39px;

	position: absolute;

	left: 5px;

	top: 160px;

	background-repeat: no-repeat;

	text-indent: -9999px;

	cursor: pointer;

	background:url(../../..//templates/DSC/images/arr_l.gif) no-repeat 10px center;

}



.js #slideshow #cycle_next{

	height: 40px;

	width: 39px;

	position: absolute;

	right: 5px;

	top: 160px;

	background:url(../../..//templates/DSC/images/arr_r.gif) no-repeat 25px center;

	background-repeat: no-repeat;

	text-indent: -9999px;

	cursor: pointer;

}



.js #slideshow #cycle_pause{

	margin: 0 0 0 370px;

	color: #FFF;

	cursor: pointer;

	float: left;

	padding:10px 5px;

}



.js #slideshow #cycle_resume{

	margin: 0 0 0 10px;

	color: #FFF;

	cursor: pointer;

	float: left;

	padding:10px 5px;

}



#cycle_resume.resume,#cycle_pause.pause {

	text-decoration: underline;

} 




