$(document).ready(function(){

	$("#page, #header_logo a, #footer_logo, .link_envia_amigo a").pngfix({
		sizingMethod: "scale"
	});

	$('ul.sf-menu').superfish({ 
            animation:   {opacity:'show'},
            speed:       'slow'
        });
});