#s3slider {
   float: left;
   width: 350px; /* important to be same as image width */
   height: 233px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 350px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

#s3slider1 {
   float: left;
   width: 350px; /* important to be same as image width */
   height: 197px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider1Content {
   width: 350px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3slider1Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

#s3slider2 {
   float: left;
   width: 350px; /* important to be same as image width */
   height: 234px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider2Content {
   width: 350px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3slider2Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

/* TEXTE */

#s3slider3 {
   float: left;
   width: 966px; /* important to be same as image width */
   height: 60px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider3Content {
   width: 966px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3slider3Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}




.clear {
   clear: both;
} 