#s3slider {
width:630px;
height:260px;
overflow: hidden; /* important */
}

.s3sliderImage img {
background:transparent url(/files/jpeg/16/atmos-bg.jpg) no-repeat top left;
padding:10px 5px 10px 10px;
}

#s3sliderContent {
width: 610px; /* important to be same as image width or wider */
position: relative; /* important */
margin: 0; /* important */
padding:0;
}

#s3sliderContent ul, #s3sliderContent 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;
} 
