/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:650px;
	height:650px;
	background:#FFFFFF;
	position:relative;

}
#slideshow #slidesContainer {
  margin:0 auto;
  width:550px;
  height:650px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide1 {
  margin:0 auto;
  width:550px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:650px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
top:0px;
  display:block;
  width:29px;
  height:50px;
  text-indent:-10000px;
  position:absolute;
  background-color:#e7e7e7;
  cursor: pointer;
}

#leftControl {
  top:320px;
  left:0;
background: url(images/buttons/flech_left.png) no-repeat right;
border-right:1px solid #999999;
}
#rightControl {
  top:320px;
  right:0;
background: url(images/buttons/flech_right.png) no-repeat left;
border-left:1px solid #999999;

}

/** 
 * Style rules for Demo page
 */


#pageContainer {
  margin:0 auto;
  width:650px;
}
