// Destaques Lateral
$(function(){
	$("#cycleExclusivos .jCarouselLite").jCarouselLite({
		//btnNext: "#cycleExclusivos .next",
		//btnPrev: "#cycleExclusivos .prev",
		auto: 3500,
		speed: 800,
		visible: 1,
		cleartype: 1
	});
});