#s3slider {
    width: 300px; 
    height: 160px;
    position: relative; 
	overflow: hidden; 
}

#s3sliderContent {
    width: 300px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.s3sliderImage {
    float: left;
    position: relative;
	display: none;
}
.s3sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: transparent;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.bottom {
	bottom: 0;
    left: 0;
}
.customBanners {
	width: 300px;
	height: 160px;
	margin: 10px 0 0 5px;
}
#s3slider ul, #s3slider li {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}