
	$(document).ready(function(){
		
		$("#cycleExclusivos .jCarouselLite").jCarouselLite({
			auto: 10000,
			speed: 2000,
			visible: 2
		});
		
	});

//CorretorOnLineLateral()
//function CorretorOnLineLateral() {
//    $(document).ready(function() {
//        var y_fixo = $("#abaLateral").offset().top;
//        $(window).scroll(function() {
//            $("#abaLateral").animate({
//                top: y_fixo + $(document).scrollTop() + "px"
//            }, { duration: 450, queue: false }
//        );
//        });
//    });
//}
