// JavaScript Document
$(function() {
		 $(".contato").fancybox({
				'width'				: '25%',
				'height'			: '70%',
				'autoScale'			: true,				
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});  
		 
		   });
