$.fn.cycle.defaults.timeout = 9000;
	$(function() {
    	$('#banner').cycle({
    	fx: 'scrollRight',
    	random: 1,
    	delay: -2000
	});
});

