(function($) {
	$(function() {$('a.fancybox').fancybox({
	        'type': 'iframe',
	        'width': 800,
	        'height':650,
	        'autoDimensions': false,
					'zoomSpeedIn':	0, 
					'zoomSpeedOut':	0, 
					'overlayShow':	true
		});
	});
})(jQuery);

