stepcarousel.setup({
	galleryid: 'stepcarousel',
	beltclass: 'belt',
	panelclass: 'galeria-lj-panel',
	autostep: {enable: false, moveby: 1, pause:5000},
	panelbehavior: {speed: 500, wraparound: true, persist:true},
	defaultbuttons: {enable: false, moveby: 1, leftnav: ['http://i34.tinypic.com/317e0s5.gif', -5, 80], rightnav: ['http://i38.tinypic.com/33o7di8.gif', -20, 80]},
	statusvars: ['statusA'],
	contenttype: ['inline']
})

$(function(){
	var maskHeight = $(document).height();
	var maskWidth = $(window).width();
	var winH = $(window).height();
	var winW = $(window).width(); 
	
	$("#fundo-escuro").css({"width": maskWidth, "height": maskHeight});
	$("#fundo-escuro").fadeIn(900);
	$("#fundo-escuro").fadeTo("slow",0.8);
	$("#home-caixa-estados").fadeIn(900);
});

function fecharCaixa(){
	$("#fundo-escuro").fadeOut(900);
	$("#home-caixa-estados").fadeOut(300);
	$("#barra-cima-form form p").css("background", "none");
}
