#slider {
	width: 845px; /* important to be same as image width */
	height: 362px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	position: absolute;
	top: 0;
	margin-left: 0;
	width: 845px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	padding: 10px 13px;
	width: 845px;
	background-color: #333;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.7;
	opacity: 0.8;
	color: #fff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-left: 40px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul { list-style-type: none;}
