‹‹ cycle homejQuery Cycle Plugin - Prev/Next Mouseover Demo

$(document).ready(function() {

	$('#s1').cycle({
	    timeout: 0
	    fx:     'scrollHorz',
	    speed:  'fast',
	    prevNextEvent: 'mouseover click',
	    prev: '#prev',
	    next: '#next'
	});
	
});
Previous Next