#slider {
	width: 912px; /* important to be same as image width */
	height: 325px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px;
	padding: 0px;
}
#sliderContent {
	width: 912px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font-size: 0.8em;
	padding: 10px;
	margin: 12px;
	width: 868px;
	height: 60px;
	bottom: 10px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	color: #CB0000;
	font-size: 1.5em;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul { 
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.bigfont {font-size: 1.7em; color: white; font-weight: bold; text-align: left;}

