$(document).ready(function(){
  $("#product-scroller").jCarouselLite({
    btnNext:"#next-button",
    btnPrev:"#prev-button",
    speed:1500,
    easing:"easeout",
    visible:1
  });
  
  $("#range-scroller").jCarouselLite({
    btnNext:"#range-carousel-next",
    btnPrev:"#range-carousel-prev",
    visible:6,
    speed:300,
    easing:"easeout"
  });
  
  $(".step-scroller1").jCarouselLite({
    btnNext:"#step-carousel-next",
    btnPrev:"#step-carousel-prev",
    visible:1,
    speed:300,
    easing:"easeout"
  });
  
  $(".step-scroller2").jCarouselLite({
    btnNext:"#step-carousel-next2",
    btnPrev:"#step-carousel-prev2",
    visible:1,
    speed:300,
    easing:"easeout"
  });
  
  $(".step-scroller3").jCarouselLite({
    btnNext:"#step-carousel-next3",
    btnPrev:"#step-carousel-prev3",
    visible:1,
    speed:300,
    easing:"easeout"
  });
  
  $("#testimonial-scroller").jCarouselLite({
    btnNext:"#next-button",
    btnPrev:"#prev-button",
    speed:1000,
    easing:"easeout",
    visible:1
  });
});
