$(document).ready(function() {
$("p#pano a").fancybox();
			$("a#pano").fancybox({
				'width'				: '65%',
				'height'			: '58%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});	
		});
