#slider { width: 550px; /* important to be same as image width */ height: 367px; /* important to be same as image height */ position: static; /* important */ overflow: hidden; /* important */ margin-left: 42px; margin-top: 5px; } #sliderContent { width: 550px; /* important to be same as image width or wider */ position: static; top: 0; margin-left: 0; } .sliderImage { float: left; position: static; display: none; } .sliderImage span { position: absolute; font: 10px/15px Arial, Helvetica, sans-serif; padding: 0px; width: 0px; background-color: #000; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; color: #fff; display: none; } .clear { clear: both; } .sliderImage span strong { font-size: 14px; } .left { top: 0; left: 0; width: 0px !important; height: 0px; } .right { right: 0; bottom: 0; width: 0px !important; height: 0px; } ul { list-style-type: none; }