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

