$(function() {
	
	$('#slidesContainer').cycle({ 
	    fx:     'scrollHorz', 
		timeout:	6000,
		speed:		1500,
		pause: 		1,
	    prev:   '#arrow-slider-left', 
	    next:   '#arrow-slider-right',
		autostop: true,
		autostopCount: 4
	});
	
});
