(function($) {
	$(window).load(function() {	
		
		$('#slider-home ul').cycle({
			fx: 'fade',
			timeout: 6000
		});
		
	});
})(jQuery);
