<!--

		$(document).ready(function() {

			$("a[rel=photos]").fancybox();
			$(".photo").fancybox();
			$(".map-home").fancybox();
			$(".popups").fancybox({
				'padding'		: '0',
				'modal'			: true,
				'titleShow'		: false,
				'titlePosition'		: 'inside',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
			});
			$(".popups-iframe").fancybox({
				'width'				: '75%',
				'height'			: '85%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
		});
		
// -->
