$(document).ready(function() {


		
		$("#info").fancybox({
			'speedIn'		:	400, 
			'speedOut'		:	200, 
			'overlayShow'	:	true,
			'titlePosition'		: 'outside',
			'overlayOpacity'		:	0.7,
			'overlayColor'		:	'#000',
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
		});

		$("#location").fancybox({
				'width'				: '75%',
				'height'			: '75%',
		        'autoScale'     	: false,
		        'speedIn'		:	400, 
				'speedOut'		:	200, 
				'type'				: 'iframe',
				'overlayShow'	:	true,
				'overlayOpacity'		:	0.7,
				'overlayColor'		:	'#000',
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',

		});

		$("a.fancygallery").fancybox({
			'speedIn':      400,
			'speedOut':     200,
			'overlayShow':true,
			'titlePosition': 'outside',
			'overlayOpacity':       0.7,
			'overlayColor':'#000',
			'transitionIn': 'fade',
			'transitionOut': 'fade'
		});	
		
	
	
		});
