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