$(function() {
  $(".caseHolder").jCarouselLite({
    btnNext: ".arrow_right",
    btnPrev: ".arrow_left",
    circular: true,
    visible: 1,
    speed: 800,
    auto: 1000,
    easing: "easeinout",
    hoverPause: true
  });
});
