$(function() {
	$('#photos').cycle({
		timeout: 2000,
		speed: 2000,
		pause: true
	});
});
