﻿$(document).ready(function() {
    $("#BoxCarousel").jCarouselLite({
        auto: 4000,
        speed: 2000,
        vertical: true,
        visible: 3
    });
});