$(document).ready(function() {		
	$('#fade').cycle({ 
    	fx:    'fade', 
    	speed:  2500 
	});
});
