$(document).ready(function(){
	$("a.switch_thumb").toggle(function(){
		$(this).addClass("swap");
		$("div.boxlistagem").fadeOut("fast", function() {
			$(this).fadeIn("fast").addClass("boxlistagem2");
		});
	}, function () {
		$(this).removeClass("swap");
		$("div.boxlistagem").fadeOut("fast", function() {
			$(this).fadeIn("fast").removeClass("boxlistagem2");
		});
	});
});


$(document).ready(function(){
	$("#imobExclusivos .jCarouselLite").jCarouselLite({
		btnNext: "#imobExclusivos .next",
		btnPrev: "#imobExclusivos .prev",
		auto: 7500,
		speed: 800,
		visible: 4,
		cleartype: 1
	});
});

//Videos
$(document).ready(function(){
	$('#lancamentodestaque .cycleLanca').before('<div id="navVideo">').cycle({
		fx: 'fade',
		speed: 1000,
		pager:  '#navVideo',
		pagerAnchorBuilder: function(idx, slide) {
		return '<div><strong><a href="#">' + $(slide).find(".titutovideo").html() + '</a></strong></div>';
		}
	});
});
			



//Mascara Telefone
$(document).ready(function(){
	$("#Telefone").mask("(99) 9999-9999");
	$("#Celular").mask("(99) 9999-9999");	
	$("#Telefone_imobiliaria").mask("(99) 9999-9999");	
	$("#Telefone_comercial").mask("(99) 9999-9999");
	$("#Telefone_comercial_conjuge").mask("(99) 9999-9999");
	$("#Telefone_banco").mask("(99) 9999-9999");	
	$("#Telefone_banco2").mask("(99) 9999-9999");	
	$("#Telefone_empresa_contato").mask("(99) 9999-9999");
	$("#Telefone_empresa_contato2").mask("(99) 9999-9999");
	$("#Telefone_residencial").mask("(99) 9999-9999");
	$("#Telefone_banco3").mask("(99) 9999-9999");
	$("#Telefone_empresa_contato3").mask("(99) 9999-9999");
	$("#Telefone_locador").mask("(99) 9999-9999");
	$("#Telefone_conjuge").mask("(99) 9999-9999");
	$("#Celular_conjuge").mask("(99) 9999-9999");
	$("#Telefone_Residencial").mask("(99) 9999-9999");
	$("#Telefone_Comercial").mask("(99) 9999-9999");
	$("dd #telefone").mask("(99) 9999-9999");	
	$("#celular").mask("(99) 9999-9999");	
	$("#Fax").mask("(99) 9999-9999");	
	$("#Celular_locador").mask("(99) 9999-9999");
	$("#tx_telefone").mask("(99) 9999-9999");
	
	$("#Data_nascimento").mask("99/99/9999");
	$("#Data_nascimento_conjuge").mask("99/99/9999");
	$("#Data_Nascimento").mask("99/99/9999");	
	
	$("#Cpf").mask("999.999.999-99");
	$("#Cpf_conjuge").mask("999.999.999-99");	
	
	$("#Cep").mask("99999-999");
	$("#Cep_locador").mask("99999-999");
	$("#Cep_conjuge").mask("99999-999");
	
	$("#txtArea").maskDecimal();
	$("#txtAreaTot").maskDecimal();
	$("#Area_construida").maskDecimal();
	$("#Valor").maskMoney();
	$("#Valor_condominio").maskMoney();		

	
});







