#s3slider {
    width: 968px; /* important to be same as image width */
    height: 438px; /* important to be same as image height */
    position: relative; /* important */
}

#s3sliderContent {
    width: 968px; /* important to be same as image width or wider */
	margin: 0;
	padding:0;
}
.s3sliderImage {

    position: relative;
	display: none;
	margin: 0;
	padding:0;	
	width:980px;
	height:450px;
	margin:0 auto;
	margin-left:0;
	background:url(../img/frame/frame980.png) no-repeat center center;
}

.s3sliderImage img.big {
	width:968px;
	height:438px;
	margin:0 auto;
	margin-left:6px;
	margin-top:6px;

}

.s3sliderImage a img{
	border:none;
}
.desc_left, .desc_right{
    position: absolute;
    padding: 20px 20px 20px 20px;
    width: 968px;
    background:url(../img/slider/s3slider/item-main-bg.png) top center repeat;
    display: none;
	z-index:2;
}
.desc_left a, .desc_right a{
	margin-left:65px;
}

.desc_left a, .desc_right a {
	cursor:pointer;
}


.clear {
	clear: both;
}
.desc_left h5, .desc_right h5 {
	font-family: 'ColaborateLightRegular',Arial,sans-serif;
	color:#636363;
	text-shadow: 0px 1px 1px #e4ebe9;
	text-align:center;
}
.desc_left img, .desc_right img{
	margin-bottom:0px;
}
.desc_left p, .desc_right p{ 
	
	color:#737373;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	text-shadow: 0px 1px 1px #e4ebe9;	
}
.desc_left {
	top: 6px;
    left: 6px;
	width: 220px !important;
	height: 398px;
}
.desc_right {
	right: 6px;
	bottom: 6px;
	width: 220px !important;
	height: 398px;
}
ul { list-style-type: none;}