$.fn.cycle.defaults.timeout = 4000;
	$(function() {
    	$('#banner_1').cycle({
    	fx: 'scrollRight',
    	random: 0,
    	delay: -2000
	});
});

