$(document).ready(function() {
	$("#arvore").animate({opacity: "show"}, 2500);
});