$(document).ready(function() {
    
    var temp = parseInt($("#nItems").val());
   
    $(".carousel").jCarouselLite({ 
        btnNext: ".travel-your-way2-carousel-container-next",
        btnPrev: ".travel-your-way2-carousel-container-prev",
        visible: temp
    });
  });
