@charset "utf-8";
/* CSS Document */

#slider {
	width: 710px; /* important to be same as image width */
	height: 260px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 710px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	/* left:220px; */
	font-family:Geneva,'Trebuchet MS',Tahoma,Helvetica,Arial,sans-serif;
	font-size:2.3em;
	padding: 5px 20px 15px 20px;
	width: 670px;
	background-color: #000;
	color: #FFF;
	/*filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; */
	display: none;
	text-align:right;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 0.5em;
	color:#dd7311;
	line-height:2em;
}

.bottom {
	bottom: 0;
	left: 0;
	margin:0px;
}

#sliderContent ul {
	list-style:none;
	}
