$(function() {
	$('#rotator').cycle({ 
	fx: 'scrollHorz',
		speedIn: 800,
		speedOut: 600,
		delay: 10,
    	timeout: 0,
		next:   '#next2', 
    	prev:   '#prev2'
	});
});


