jQuery(document).ready(function() {
    jQuery('#cycle').cycle({
		fx: 'fade',
		timeout: 4000,
	    speed: 1000
	});
});
