#slideshow {
	margin:0 auto;
	width:430px;
	height:363px;
	/*background:transparent url(../images/fond-slide.gif) no-repeat 0 0;*/
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:380px;
  height:363px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:340px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:380px;
  padding:10px 0px;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:21px;
  height:363px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left.gif) no-repeat 0 50%;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right.gif) no-repeat 0 50%;
}





/* Mise en forme des slide
---------------------------------------------------- */
#slideshow .slide img {
border:0;
}
