
$(document).ready(function() {
	$('#slide').cycle({ 
    		fx:     'fade', 
		timeout: 5000, 
	 	delay:  -3000 
	});
});



