$(document).ready(function(){

	$('#photo').cycle({ 
		delay:  4000, 
		speed:  3000
	});
	
});

