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