#s3slider {
width:765px;
height:263px;
overflow: hidden; /* important */
}

#s3slider img {

padding:5px 20px 15px 20px;
}

#s3sliderContent {
width: 745px; /* important to be same as image width or wider */
position: relative; /* important */
top: 0; /* important */
margin: 0; /* important */
padding:0;
}

#s3sliderContent ul,li {
list-style-type: none;
}

.s3sliderImage {
float: left; /* important */
position: relative; /* important */
display: none; /* important */
border:none;
}

.s3sliderImage span {
filter: alpha(opacity=0); /* here you can set the opacity of box with text */
-moz-opacity: 0; /* here you can set the opacity of box with text */
-khtml-opacity: 0; /* here you can set the opacity of box with text */
opacity: 0; /* here you can set the opacity of box with text */
display: none; /* important */
}

.clear {
clear: both;
} 
