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