


#s3slider,#s3slider2,#s3slider3 {
   width: 160px; /* important to be same as image width */
   height: 160px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float:left;
   padding-top:0px;
   margin-bottom:15px;
   margin-left:5px;

}


#s3sliderContent,#s3slider2Content,#s3slider3Content {
   width: 160px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   list-style:none; 
   list-style-image:none;
   margin-top:0px;
   padding-top:0px;
   padding-left:0px;
   
}
#s3slider3Content img{
margin-top:0px;
}




.s3sliderImage,.s3slider2Image,.s3slider3Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   list-style:none;
   margin-top:0px;
   margin-left:0px;
   padding:0;
}

.s3sliderImage span, .s3slider2Image span, .s3slider3Image span {
   /*
   
   position: absolute; /* important */
   /*
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
  /*
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   /*
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   /*
   opacity: 0.7; /* here you can set the opacity of box with text */
   /*
   color: #fff;
   */
   margin-top:0px;
   display: none; /* important */
   border:1px solid red;
   /*top: 0;*/

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

#div_images_accueil{
width:100%;
/*height:300px;*/
}



