/* CSS Document */

#slider {
 width: 840px; /* important to be same as image width */
 height: 200px; /* important to be same as image height */
 position: relative; /* important */
 overflow: hidden; /* important */
 padding-top: 0;
 
}

#sliderContent {
	width: 840px;
	top: 0;
	margin-left: 0;
	height: 182px;
	padding-left: 0;

}
.sliderImage {
	display: none;
	float: left;

	left: 0px;
	padding-left: 0;
	margin-left: 0;
}
.sliderImage span {
	position: absolute;
	width: 814px;
	background-color: #000;
	filter: alpha(opacity=70);


 -moz-opacity: 0.7;
 -khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 12px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
}


.clear {
 clear: both;
}
.sliderImage span strong {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.top {
 top: 0;
 left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	text-decoration: none;
}

ul { list-style-type: none;} 
