$(function() {
	$('#photo').cycle({
	delay:  -3500, 
	speed:  2000
	});
});