#slider {
    width: 900px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
 
#sliderContent {
    width: 900px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
    margin-left: 0; /* important */
}
 
.sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
}
 

.top {font: Arial, Helvetica, sans-serif; 20px; color:#F00;	}
 
.clear {
    clear: both;
}

