@charset "UTF-8";
/* CSS Document */
<style type="text/css" media="screen">

#sliderContent {
	width: 575px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0;
	margin-left: 0;
}
#slider {
	height: 300px;
	width: 575px;
	position: relative;
	overflow: hidden;
	float: left;
}

.sliderImage { 
	float: left; /* important */
	position: relative;	/* important */
	display: none; 
}

.sliderImage span { 
	position: absolute;	/* important */
	font: 10px/15px Arial, Helvetica, sans-serif; 
	padding: 10px 13px; 
	width: 549px; 
	background-color: #181818; 
	filter: alpha(opacity=70); 
	opacity: 0.7; 
	color: #fff;  
	display: none; /* important */
}

.clear {
	clear: both;
}

.sliderImage span strong {  font-size: 14px;}

.top { 
	top: 0; 
	left: 0;
}

.bottom {
		bottom: 0; 
		left: 0; 
}

