
$(document).ready(function() { 
	
		if ($('div.photo_holder').length>0) {
			$('div.photo_holder').cycle({
				fx: 'fade',
				delay: -6000,
				speed: 700
			});
		}

		
});



