@charset "utf-8";
/* CSS Document */
/* CSS for s3Slider */
/* www.serie3.info/s3slider/ */


#s3slider {
   width: 218px; /* important to be same as image width */
   height: 321px; /* important to be same as image height */
   position: relative; /* important */
   overflow: visible; /* important */
}

#s3sliderContent {
   width: 300px; /* 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 */
   list-style: none;
}


.clear {
   clear: both;
} 

