// Abre Corretor Online
function AbreJanela(theURL,winName,features) {
	window.open(theURL,winName,features);
}

// CYCLES
$(function(){
	$("#imoveisDestaques .cycleDestaques").jCarouselLite({
		btnNext: "#imoveisDestaques .next",
		btnPrev: "#imoveisDestaques .prev",
		auto: 10000,
		speed: 800,
		visible: 3,
		cleartype: 1
	});
});

