.slider {
	width: 380px; /* important to be same as image width */
	height: 255px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px;
	padding: 0px;
}
#slider {
	width: 380px; /* important to be same as image width */
	height: 255px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px;
	padding: 0px;
}
#sliderContent {
	width: 380px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	margin: 0px;
	height: 255px;
	width: 380px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
.sliderImage span {
	position: absolute;
	width: 360px;
	background-color: #000;
	filter: alpha(opacity=60);


    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	color: #fff;
	display: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15px;
	font-weight: normal;
}
.clear {
	clear: both;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
