$(document).ready(function(){
	
	$("#photodiv").cycle({ 
    fx: 'fade', 
    speed: 'slow',
    timeout: 5000
	});
	
});