#slider {
	width: 500px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float: left;
	height: 350px;
}
#sliderContent {
	width: 500px; /* important to be same as image width or wider */
	position: absolute;
	margin: 0;
	padding: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	padding: 0px;
	width: 500px;
	background-color: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.7;
	opacity: 0.5;
	color: #fff;
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	float: left;
	line-height: 20px;
}
.clear {
	clear: both;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul { list-style-type: none;}
h5  {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sliderImage p {
	padding: 10px;
}
.slide_text {
	margin: 0px;
	padding: 10px;
}

