$(document).ready(function() {
	
		$(".gallery_img").fancybox({
			'autoScale'			: true,
			'cyclic'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'image',
			'autoDimensions'	: true,
			'titleShow'			: true,
			'titlePosition'		: 'over',
			'overlayColor'		: '#000'
		});

		
$(".gmap_link").fancybox({
				'width'				: 445,
				'height'			: 370,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'autoDimensions'	: false,
				'titlePosition'		: 'over'
			});
			
			/*?$(".warning_link").fancybox({
				'width'				: 460,
				'height'			: 240,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'autoDimensions'	: false,
				'titlePosition'		: 'over'
			});*/
			
});
