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

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:10px;
	top:380px;
	cursor:pointer;


}
#leftControl {
  top:150px;
  left:0;	background: url("../images/gauche2_17.png") no-repeat;

}
#rightControl {
  top:150px;
  right:0;	background: url("../images/droite2_14.png") no-repeat;

}


