$(document).ready(function() {
		$(".tour").fancybox({
			'overlayShow' :	true,
			'width' : 600,
			'height' : 450,
			/*'height' : $(window).height() - 100,*/
			'type'			: 'iframe'
		});
		$(".map").fancybox({
			'overlayShow' :	true,
			'width' : 500,
			'height' : 680,
			/*'height' : $(window).height() - 100,*/
			'type'			: 'iframe'
		});
		$(".dic").fancybox({
			'overlayShow' :	true,
			'hideOnContentClick': true,
			'overlayOpacity' : 0,
			'width' : 420,
			'height' : 250,
			/*'height' : $(window).height() - 100,*/
			'type'			: 'iframe'
		});
});
