$.fn.cycle.defaults.speed   = 900;
$.fn.cycle.defaults.timeout = 4000;

$(function() {
	$('#show').cycle('fade');
});
