#slider {
	width: 900px;
	height: 260px;
	position: relative;
	overflow: hidden;
	border-top: 2px none #333333;
	border-right: 2px none #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px none #333333;
}
#sliderContent {
	width: 900px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
	list-style: none;
}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
}
#slider .sliderImage span {
	position: absolute;
	font: 11px Arial, Helvetica, sans-serif;
	width: 880px;
	background-color: #000;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	padding: 10px;
}
#slider .sliderImage span strong {
    font-size: 14px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
