/** 
 * Slideshow style rules.
 */
#slideshow {
margin:0 auto;
width:350px;
height:153px;
position:relative;
}
#slideshow #slidesContainer {
margin:0 auto;
width:270px;
height:153px;
overflow:auto; /* affiche une scrollbar au cas ou */
position:relative;
}
#slideshow #slidesContainer .slide {
margin:0 auto;
width:250px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
height:153px;
}

/** 
 * Slideshow controls style rules.
 */
#slideshow .control {
display:block;
width:39px;
height:153px;
text-indent:-10000px;
position:absolute;
cursor: pointer;
}
#navDiapo{
display:block;
width:20px;
height:20px;
position:absolute;
bottom:10px;
cursor:pointer;
}
#leftControl {
top:50px;
left:0px;
background:transparent url(../img/site/control_left.png) no-repeat 0 0;
}
#rightControl {
top:50px;
right:0;
background:transparent url(../img/site/control_right.png) no-repeat 0 0;
}

.slide{  
color:#564e48;
}
.slide h2, .slide p {
margin:0 15px;
}
.slide h2 {
font-size:12px;
font-weight:bold;
color:#564e48;
text-decoration:none;
}
.slide img {float:right;margin:0 2px;}
