#slider {
	width: 510px; /* important to be same as image width */
	height: 270px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	margin-bottom: 15px;
	right: 0px;
}
#sliderContent {
	width: 510px; /* important to be same as image width or wider */
	position: absolute;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	
}
.sliderImage  span {
	position: absolute;
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 600px;
	background-color: #996600;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	margin-bottom: 8px;
}
.clear {
	clear: both;
}
.sliderImage  span  strong {
	font-size: 14px;
	margin-bottom: 30px;
}
.left {
	top: 0;
	left: 0;
	width: 100px !important;
	height: 225px;
}
.right {
	right: 0;
	bottom: 0;
	width: 1px !important;
	height: 290px;
}
ul { list-style-type: none;}
