$(document).ready(function(){
	
	$('#dphoto').cycle({
		fx: 'fade',
		speed: 1600,
		timeout: 4000
	});

});
