#s3slider {
background:#E4E4E4 url(/files/jpeg/110/slider-bg.jpg) no-repeat;
width:520px;
height:219px;
overflow: hidden; /* important */
border:10px solid #E4E4E4;
}

#s3sliderContent {
width: 520px; /* important to be same as image width or wider */
position: absolute; /* important */
top: 0; /* important */
}


#s3sliderContent ul, #s3sliderContent li {
list-style-type: none;
margin: 30px 10px 0 0; /* important */
padding:0;
}

#s3sliderContent li a {
background:none;
padding-left:0;
}

.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;
} 