/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	/*width:640px;*/
	width:560px;
	height:250px;
	/*background:transparent url(bg_slideshow.jpg) no-repeat 0 0;*/
	position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  /*width:560px;*/
  width:530px;
  height:250px;
  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 */*/
  width:510px;
  height:250px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:20px;
  height:250px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
  z-index:200;
  top:0;
  left:0;
  background:transparent url(slide_fleche_gauche.png) no-repeat 0 0;
}

#rightControl {
  top:0;
  right:0;
  background:transparent url(slide_fleche_droite.png) no-repeat 0 0;
}

