#s3slider {
    width: 500px; /* important to be same as image width */
    height: 253px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#s3sliderContent {
    width: 500px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

#s3slider ul { list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.s3sliderImage {
    float: left;
    position: relative;
	display: none;
}
.s3sliderImage span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 8px 10px;
    text-align: right;
	width: 480px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}

.s3sliderImage span strong {
    font-size: 24px;
}

.s3top {
	top: 0;
	left: 0;
	height: 30px;
}

.s3bottom {
	bottom: 0;
    left: 0;
}

.s3left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 253px;
}

.s3right {
	right: 0;
	bottom: 0;
	width: 0px !important;
	height: 0px;
}