#slider {
text-align: left;
background-color: #000;
width: 782px; /* important to be same as image width */
height: 327px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
}

#sliderContent {
width: 782px; /* important to be same as image width or wider */
position: absolute;
}

.sliderImage {
float: left;
position: relative;
display: none;
}
.sliderImage h2{
font-size: 1.45em;
margin: 0;
}
.sliderImage span {
display: none;
position: absolute;
color: #fff;
background-color: #000;
width: 756px;
padding: 10px 13px;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}

.clear {
clear: both;
}

.top {
top: 0;
left: 0;
}

.bottom {
bottom: 0;
left: 0;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
}
img{
border: 0;
}
