#s3slider {
	width:950px;
	height:300px;
	position: relative;
	overflow:hidden;
	
}
#s3sliderContent {
	width:950px;
	height:300px;
	position:absolute;
	top:0;
	margin-lef:0;
	
}
.s3sliderImage {
	float:left;
	position:relative;
	display:none;
	
}
.s3sliderImage span {
	position:absolute;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:10px 13px;
	color:#FFF;
	background-color:#000;
	width:924px;
	display:none;
	opacity: 0.7;
	-moz-opacity:0.7;
	filter:alpha (opacity=70);
	
}

.clear {
	clear:both;

}

/*overlaystyles*/

.top {
	top:0;
	left:0;
	width:924px;
	height:60px;
}
	
.bottom {
	bottom:0;
	left:0;
	width:924px;
	height:60px;
}

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

.left {
	top:0;
	left:0;
	width:200px !important;
	height:290px;
}