$(function () {
    $(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        scroll: 1,
        speed: 1000,
        visible: 3

    });
});
$(function () {
    $(".anyClass2").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        scroll: 1,
        speed: 1000,
        visible: 3
    });
});
$(function () {
    $(".anyClass3").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        scroll: 3,
        speed: 1000,
        visible: 3
    });
});
$(function () {
    $(".anyClass4").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        scroll: 1,
        speed: 1000,
        visible: 3
    });
});
