$(document).ready(function(){
	
	// apply fancybox to links with mathcing href
	$('a[@href*=/_common/light_gallery/index.php],a[@href*=/_common/light_gallery/venue.php],a[@href*=/_common/light_gallery/weddings.php],a[@href*=/_common/light_gallery/weddings_summer.php],a[@href*=/_common/light_gallery/venues_summer.php]').addClass('venue-link').fancybox({
		'zoomSpeedIn': 0,
		'zoomSpeedOut': 0,
		'overlayShow': true,
		'overlayOpacity': 0.9
	});

	// apply fancybox to golfviewer links
	$('a[@href*=/_common/golfviewer/],a[@href*=/_common/golfviewer]').fancybox({
		'zoomSpeedIn': 0,
		'zoomSpeedOut': 0,
		'overlayShow': true,
		'overlayOpacity': 0.9
	});
	
});
