#s3Slider {
    width: 700px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#s3SliderContent {
    width: 700px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	padding:0;
	margin-left: 0;
	overflow:hidden;
}
.s3SliderImage {
    float: left;
    position: relative;
	display: none;
}
.s3SliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 8px 40px 8px 10px;
    width: 674px;
    /*background: transparent url(../img/bg_s3slider.png) repeat;*/
    display: none;
	font-size:14px;
	color: #666666;
}
.clear {
	clear: both;
}
.s3SliderImage span strong {
    font-size: 18px;
	padding:5px 0;
	color:#333333;
}
.left {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 200px !important;
	height: 290px;
}
.bottom {
	bottom: 0;
    left: 0;
	width: 700px !important;
	height: 50px;
}
ul { list-style-type: none;}

