$(document).ready(function() {
$('#slider').cycle({ 
    fx: 'scrollLeft', 
    speed: 300, 
    timeout: 7000 ,
    autostop: true,
    autostopCount: 999,
	pause: 1
});
});

