﻿$(function() {
    $(".stepcarousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
      auto: 2000,
    speed: 2000
    });
});
