#s3slider {
   width: 450px; /* important to be same as image width */
   height: 629px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   padding:0;
   margin:0;
   padding-bottom: 1px;
}

#s3sliderContent {
   width: 450px; /* 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 */
}

.s3sliderImage span {
      display: none;
}
