/** 
 * Slideshow style rules.
 */
#slideshow { width:240px; height:160px; position:relative; }
#slideshow #slidesContainer { width:240px; overflow:auto; /* affiche une scrollbar au cas ou */ position:relative; }
#slideshow #slidesContainer .slide { margin:0 auto; width:240px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */ height:160px; }
/** 
 * Slideshow controls style rules.
 
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}*/
#navDiapo { display:block; width:7px; height:9px; position:absolute; left:144px; top:183px; cursor:pointer; z-index:1; }
.play { background-image: url(/media/gabarit/diaporama_play.png); }
.play:hover { background-position: left bottom; }
.pause { background-image: url(/media/gabarit/diaporama_pause.png); }
.pause:hover { background-position: left bottom; }
#leftControl { background-image: url(/media/gabarit/diaporama_prev.png); position:absolute; top:183px; width:13px; height:9px; left:104px; z-index:1; cursor: pointer; }
#leftControl:hover { background-position: left bottom; }
#rightControl:hover { background-position: left bottom; }
#rightControl { background-image: url(/media/gabarit/diaporama_next.png); position:absolute; top:183px; width:13px; height:9px; left:176px; z-index:1; cursor:pointer; }
