#slider {
    width: 915px; /* important to be same as image width */
    height: 285px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 915px; /* important to be same as image width or wider */
    position: absolute;
	top: 0px;
	margin-left: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 0px Trebuchet MS, Verdana, Helvetica, sans-serif;
    padding: 0px;
    width: 915px;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
	-khtml-opacity: 0.75;
    opacity: 0.75;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 0px;
    color: #ff9900;
}
.top {
	top: 0px;
	left: 0px;
}
.bottom {
	bottom: 0px;
    left: 0px;
}
ul#sliderContent { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}