$(function() {
	$('#slideshow_photos').cycle({
		fx: 'fade',
		speed: 3000, 
		timeout: 5000
		});
});