$(function(){  

  $(".carosel").jCarouselLite({  
   btnNext: ".next",  
   btnPrev: ".prev",
   //vertical: true,
   //scroll: 1,
   visible: 6,
   auto: 5000,  
   speed: 2000,  
   })
 })  
