// JavaScript Document
$(document).ready(function() {
			$(".boh,map").fancybox({
				'width'				: 660,
				'height'			: 550,
				'scrolling'			: 'auto',	
				'titleShow'			: false,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("a[rel=mappa]").fancybox({
				'width'				: 660,
				'height'			: 500,
				'scrolling'			: 'auto',	
				'titleShow'			: false,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		$("a[rel=gallery]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">' + title + '</span>';
		}
	});

			$(".pop,.book,.info").fancybox({
				'width'				: 740,
				'height'			: 500,
				'scrolling'			: 'auto',	
				'titleShow'			: false,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		});
