jQuery().ready(function() {
	$('#banner').cycle({
		fx: 'scrollLeft',
		random:	1,
		speed: 	1000,
		timeout:	7500,
		pause:	0
    });
});

