#slider img, #slider ul, #slider li  {
list-style: none;
margin: 0; padding: 0;
}

#slider {
	width: 925px; /* important to be same as image width */
	height: 320px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding-top: 10px;
	padding-bottom: 10px;
}

#sliderContent {
	width: 925px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0;
	left: 15px;
}

.sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none;
	margin-left: 20px;
}

.sliderImage span {
	position: absolute;
	width: 925px; /* here you can set the opacity of box with text */
	display: none; /* important */
	left: 0;
	bottom: 0px;
	margin-bottom: -15px;
}

.clear {
   clear: both;
} 
