#s3slider {
    width: 940px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    position: relative; /* important */
	margin: 0;
	padding:0;
}

#s3sliderContent {
    width: 940px; /* important to be same as image width or wider */
	margin: 0;
	padding:0;
}
.s3sliderImage {
    float: left;
    position: relative;
	display: none;
	margin: 0;
	padding:0;	
}
.s3sliderImage a img{
	border:none;
}
.s3sliderImage span {
    position: absolute;
    padding: 20px 20px 20px 20px;
    width: 940px;
    background:url(../img/contentcarousel/item-main-bg.png) top center repeat;
    display: none;
	color:#848383;
}
.s3sliderImage span a{
	margin-left:30px;
}
.clear {
	clear: both;
}
.s3sliderImage span h3 {
	font-family: 'Rokkitt', serif;
	line-height:1.5em;
	color:#5b5b5d;
	text-shadow: 0px 1px 1px #e4ebe9;
	text-align:center;
}
.s3sliderImage span img{
	margin-bottom:20px;
}
.s3sliderImage span p{ 
	background:url(../img/quote-1.png) no-repeat 0% 5px;
	color:#848383;
	padding-left:30px;
	font-size:12px;
	text-shadow: 0px 1px 1px #e4ebe9;	
}
.desc_left {
	top: 0;
    left: 0;
	width: 210px !important;
	height: 410px;
}
.desc_right {
	right: 0;
	bottom: 0;
	width: 210px !important;
	height: 410px;
}
ul { list-style-type: none;}