$(document).ready(function() {
$('#banners').cycle({ 
    fx: 'scrollDown', 
    speed: 500, 
    timeout: 6000 ,
    autostop: true,
    autostopCount: 50,
	pause: 1
});
});
