hs.registerOverlay({
	overlayId: 'closebutton',
	position: 'top right',
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});

$(document).ready(function() {
	
	Cufon.replace('#menuForms li a');
	Cufon.replace('#menuPrincipal li a');
	Cufon.replace('.fonte');
	    
	$("#menuPrincipal ul").lavaLamp({
		fx: "backout", 
		speed: 700,
		click: function(event, menuItem) {
			return true;
		}
	});
	
	document.getElementById("ceu").style.visibility = 'visible';

            new Paginate( 10, '.galeria li', '.paginacaoContainer' );
});

function fechar(){
    document.getElementById("promo").style.display = "none";
}
