#slider {
	width: 285px; /* important to be same as image width */
	height: 400px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sliderContent {
	width: 285px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin-left: 0px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 380px;
}
.sliderImage span {
	position: absolute;
	font: 11px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 285px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	height: 40px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 13px;
	font-style: italic;
}
.top {
	top: 0px;
	left: 0px;
}
.bottom {
	bottom: 0px;
	left: 0px;
}
ul { list-style-type: none;}
