ul, li {
margin:0;
padding:0;
}#s3slider { 
   width: 991px; /* important to be same as image width */ 
   height: 666px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 991px; /* 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 */
   margin:0;
   padding:0;
}

.s3sliderImage span {

}

.clear {
   clear: both;
}

