$(document).ready(function() {
$('#BUS-slider').s3Slider({
timeOut: 3000
});
});
#BUS-slider {
width: 400px; /* Keep it 20px-40PX greater than ACTUAL Image size */
height: 335px;
position: relative;
overflow: hidden;
margin-left: 0;
}
#BUS-sliderContent {
width: 400px;
position: absolute;
top: 0;
margin-left: 0;
...