﻿
$(function() {
    //initJCarouselLite();
});

function initJCarouselLite() {

    $(".jCarouselLite").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        vertical: true
    });

}

