$(function() {$('#photo').cycle({ 
	fx:'fade', 
	speed:  4000,
	delay: -4000 
	
	
});});