$(document).ready(function() {
	
	$('#top #photos').cycle({
		timeout: 5000,
		speed: 500,
		pause: 1
	});
		
});
