// Load Photo Carousel Cycle
$(document).ready(function() {
    $('.photo_carousel').cycle({
		fx: 'fade',
		startingSlide: 0,
		random: 0
	});
});
