// Destaques Home
$(function(){
	$("#cycleExclusivosAP .jCarouselLite").jCarouselLite({
		btnNext: "#cycleExclusivosAP .next",
		btnPrev: "#cycleExclusivosAP .prev",
		auto: 3500,
		speed: 800,
		visible: 4,
		cleartype: 1
	});
});

$(function(){
	$("#cycleExclusivosCasas .jCarouselLite").jCarouselLite({
		btnNext: "#cycleExclusivosCasas .next",
		btnPrev: "#cycleExclusivosCasas .prev",
		auto: 4500,
		speed: 800,
		visible: 4,
		cleartype: 1
	});
});

$(function(){
	$("#cycleExclusivosLocacao .jCarouselLite").jCarouselLite({
		btnNext: "#cycleExclusivosLocacao .next",
		btnPrev: "#cycleExclusivosLocacao .prev",
		auto: 5500,
		speed: 800,
		visible: 4,
		cleartype: 1
	});
});

// Box Busca por Codigo
$(document).ready(function(){
	$(".btn-slide").click(function(){
		$("#panel").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});
});