;(function($) {
	jQuery(function (){
		$("#photo").cycle({
			fx:	'fade',
			speed: 4000,
			timeout: 4000,
			random: 1
		});
	});
})(jQuery);