//==============================================================
//============== SITE WIDE JAVASCRIPT SETTINGS =================
//==============================================================

// Gallery Settings

	$('.gallery-images').before('<div id="gallery-nav">').cycle({
		fx: 'fade',
		pager: '#gallery-nav',
	});

// Fancybox Settings

		$("#gallery-edit-link").fancybox({
			'width'				: '75%',
			'height'			: '75%',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe',
			'cyclic'			: 'false'
		});
