$(document).ready(function() {
$('#slider').cycle({ 
    fx: 'scrollLeft', 
    speed: 700, 
    timeout: 8000 ,
    next: '.next_slide', 
    autostop: true,
    autostopCount: 11,
	pause: 1
});
});
