function jCarouselLite_autoScroll() {
       $ooo = jQuery.noConflict();
        $ooo(function() {
        
            $ooo(".arthemia-carousel").jCarouselLite({
                btnNext: ".next",
                btnPrev: ".prev",
                vertical: true,
                hoverPause:true, 
                visible: 5,
                auto:1000,
                speed:1000                     
            });
        });
}

function jCarouselLite_manualScroll() {
       $ppp = jQuery.noConflict();
        $ppp(function() {
        
            $ppp(".arthemia-carousel").jCarouselLite({
                btnNext: ".next",
                btnPrev: ".prev",
                vertical: true,
                visible: 5,
                circular: false
                     
            });
        });
}