* {margin: 0; padding: 0;} 
ul {list-style-type: none;}
#slider {
width: 980px;
height: 350px; 
position: relative;
overflow: hidden; 
}
#sliderContent {
position: absolute;
}
.sliderImage {
position: relative;
display: none;
}
.sliderImage span {
position: absolute;
display: none;
width: 890px;
height: 50px;
background-color: #fff;
filter: alpha(opacity=80);
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
-o-opacity: 0.8;
opacity: 0.8;
text-align: right;
padding: 20px 90px 5px 0;
}    
.clear {clear: both;}
.bottom {bottom: 0px;left: 0;}