$(function(){
   $(".carosel").jCarouselLite({
     vertical: 'true',
     btnNext: ".next",
     btnPrev: ".prev",
     visible: 2,
     auto: 7000,
     speed: 2000
   })
})
