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