

#slider {
   width: 628px; /* important to be same as image width */
   height: 160px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   border: 1px solid #ccc;
}

#sliderContent {
   width: 628px; /* important to be same as image width or wider */
   height: 160px;
   position: absolute; /* important */
   top: 0; /* important */
   margin: 0 !important; /* important */
   padding: 0 !important;
}

#sliderContent li { float: left; list-style-type: none !important; margin: 0 !important; padding: 0 !important;}
#sliderContent li { float: left; list-style-type: none !important; margin: 0; padding: 0;}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span { visibility: hidden !important; display: none !important;}

.clear {   clear: both;} 