	

	
	jQuery.noConflict();
	jQuery(document).ready(function(){
		
		jQuery(".link").fancybox({
			'width'				: 800,
			'height'			: 600,
			'autoScale'			: false,
			overlayShow : true,
			overlayOpacity : 0.7,
			overlayColor : '#000',
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
	});
	
