#s3sliderclient { 
   width: 240px; /* important to be same as image width */ 
   height: 240px;   /* important to be same as image height */
   position: relative; /* important */
   left: -3px;
   overflow: hidden; /* important */
}

#s3sliderclientContent {
   width: 240px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderclientImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}


.clearclient {
   clear: both;
}