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