<!--
//<![CDATA[
$(function() {
    $(".newsCarousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		auto: 5000,
		circular: true,
		visible: 1
    });
});
//]]>
-->	