jQuery.noConflict();

jQuery(document).ready(function ($) { 
  
  $('a.popup').fancybox({
		'width'				: '99%',
		'height'			: '99%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
})
