#slider {
	width: 975px; /* important to be same as image width */
	height: 260px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	background: url('staticfiles/image_rotator/images/rotator-bg.jpg') no-repeat;
	z-index: 1;
}
#sliderContent {
	width: 975px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 1;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	z-index: 1;
}
.sliderImage span {
	position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
	width: 975px;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
	padding: 8px;
	padding-bottom: 12px;
	line-height: 1.2em;
	z-index: 1;
}

.clear { clear: both;}
.sliderImage span strong { font-size: 14px; }
.top { top: 0; left: 0; }
.bottom { bottom: 0; left: 0; }