$(document).ready(function(){
	$('#photos').cycle({
		fx: 'fade',
		speed:   300, 
		timeout: 3000
	});	
});