$(document).ready(function(){
  $(".carousel").jCarouselLite({
    btnNext: ".next",
    btnPrev: ".prev",
    auto: 3000
  });
})
