$(document).ready(function () {

  $('.alternative-products-hide').jCarouselLite({
    btnNext: ".to-the-right",
    btnPrev: ".to-the-left",
    visible: 5,
    circular: false, 
  });


});
