$.fn.cycle.defaults.timeout = 6000;
$(function() {
	$('#bannery').cycle({ 
		fx:    'fade', 
		speed:  1800 
	});
});
