$(document).ready(function(){
	
	$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
	$('.nav').css('display','none'); // hides the nav initially
	
	$('ul.gallery_demo').galleria({
		onImage   : function() { $('.nav').css('display','block'); } // shows the nav when the image is showing
	});
});

/* GOOGLE ANALITYTICS + ADSENSE */

	
google_ad_client = "pub-6245319461531993";
/* 468x60, criado 21/11/08 */
google_ad_slot = "0709846842";
google_ad_width = 468;
google_ad_height = 60;

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-9969113-1");
pageTracker._trackPageview();
} catch(err) {}
  
function fechar(){
		document.getElementById('popup').style.display = 'none';
}

function abre(){	
	document.getElementById('popup').style.display = 'block';
//	setTimeout ("fechar()", 10000);
}

