$.noConflict();
  jQuery(document).ready(function($) {
			$(".janela").fancybox({
				'padding'			: 0,
				'width'				: '70',
				'height'			: '75%',
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
});



