#s3slider {
	width: 495px; /* important to be same as image width */
	height: 320px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 0 20px 0;
}

#s3slider a:link, #s3slider a:visited	{
	color : #000;
}

#s3slider ul {
	list-style-type: none;
	margin: 0;
}

#s3slider li {
	list-style: none;
	background: none;
	padding : 0;
}

#s3sliderContent {
    width: 495px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
}

.s3sliderImage {
    float: left;
    position: relative;
	display: none;
	margin: 0;
}

.s3sliderImage img {
	margin: 0;
}

.s3sliderImage span {
    position: absolute;
	font: 12px/17px Arial, Helvetica, sans-serif;
    padding: 10px;
    width: 460px;
    background-color: #fff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    color: #000;
    display: none;
}

.s3sliderImage span a:link, .s3sliderImage span a:visited {
    text-decoration: none;
}
.clear {
	clear: both;
}
.s3sliderImage span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 120px !important;
	height: 300px;
}
.right {
	right: 0;
	bottom: 0;
	width: 120px !important;
	height: 300px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 3px;
	left: 0;
}

ul { list-style-type: none;}