$(window).load(function() {
  $(".autocar").jCarouselLite({
    auto: 3000,
    speed: 1000,
    visible: 1
  });
});

