Cufon.replace('.nav, .contato h1', {textShadow: '1px 1px 1px #555' });
Cufon.replace('.blog-title, #fone strong, .box-description h6, .projetos h1, .projetos h2 span, .tip h2');

jQuery('.projetos a').click(function(){
	$id = jQuery(this).attr('cod');
	jQuery('.active').removeClass('active');
	jQuery('.galerias').hide();
	jQuery('#galeria_'+$id).fadeIn().find('.loader').hide();
	jQuery(this).addClass('active');
	jQuery('.projetos h2 span').hide();
	jQuery('.galeria_'+$id).fadeIn().addClass('active');
});

jQuery('.projetos .left img').each(function(){
	jQuery(this).removeAttr('title');
});
