#s3slider {
   width: 487px; /* important to be same as image width */
   height: 165px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider ul{
	padding: 0 !important;
	margin: 0 !important;

}

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



.clear {
   clear: both;
} 

