//Funções

	//Mostra Drop de Empreendimentos
	function mostraDrop ()
	{
		$(document).ready(function()
		{
			$("#EmpreendimentosDropList").toggleClass().slideToggle("slow");
	
		});	
	}
	
	function MaisImagens()
	{
		$(document).ready(function()
		{
			$('#GaleriaImagens').css({'height':'auto'});
			
		});		
	}
	
	function MaisImagensPlantas()
	{
		$(document).ready(function()
		{
			$('#GaleriaPlantas').css({'height':'auto'});
			
		});		
	}

