$(function(){
	// Only perform this request on relevant pages.
	if(document.getElementById("fancybox_gallery")){
		fancybox_options = {
			'hideOnContentClick':	false
			,'overlayOpacity':		0.8
		}
		$(".fancybox").fancybox(fancybox_options);
	}
});
