$(document).ready(function() {
	$('#banner').cycle({ 
	    fx: 'fade',
		sync: 1,
		timeout: 4700,
	    speed:  2300 
	});
});