﻿.s3Slider { 
   position: relative; /* important */
   overflow: hidden; /* important */
}
.s3SliderContent {
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}
.s3SliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
.s3SliderImageSpan {
   position: absolute; /* important */
   display: none; /* important */
}
.s3SliderClear {
   clear: both;
}
