// JavaScript Document

$(document).ready(function() {
	$(".detalhes").tooltip({position:'top left', opacity: 0.8,});
	$(".tooltip").hide();
});
