
   /**
	*	Cidade THÁ -	Shopping THÁ
	*	@author			Felipe Ricieri
	*/

	/*
	menu: "NÚMEROS THÁ"
	*/
	function numerosTHA(time){
		numerosPosicao();
		$('#numeros_tha').fadeIn(time);
	}
	
	function numerosPosicao(){
		$('#numeros_tha').css('left', (POSITIONS.left + 85));
	}
	
	function fecharNumeros(){
		$('#numeros_tha').fadeOut('fast');
	}
	
