#s3slider {
background:#FFFFFF;
width: 480px; /* important to be same as image width */
height: 205px; /* important to be same as image height */
overflow: hidden; /* important */
display:inline;
float:right;
margin-top:10px;
margin-right:10px;
border : 1px solid #ccc;
position:relative;
}

#s3sliderContent {
width: 480px; /* important to be same as image width or wider */
margin: 0; /* important */
padding:0;
}

#s3sliderContent ul, #s3sliderContent li {
list-style: none;
}

.s3sliderImage {
float: left; /* important */
position: relative; /* important */
display: none; /* important */
}

.s3sliderImage span {
position: absolute; /* important */
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;
} 
