/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:380px;
	height:250px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:300px;
  height:210px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:300px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:210px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  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 {
  top:0;
  left:0;
  background:transparent url(/images/careers/schullabor/fotogalerie/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/images/careers/schullabor/fotogalerie/control_right.jpg) no-repeat 0 0;
}

.slide h2, .slide p {
  margin:0
 ;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0;
  width:300px;
}

