$(document).ready(function() {
    
    $('#cycle-home').cycle({
		fx: 'fade',
		timeout: 10000,
		speed: 3000
	});
	
	
			
});

