$(function () {
    $(".images").jCarouselLite({
        auto: 8000,
        speed: 1000,
        start: 0,
        visible: 1,
        scroll: 1,
        easing: "easeInOutExpo",
        btnNext: ".nextBt",
        btnPrev: ".prevBt"
    });
});
$(function () {
    $(".text").jCarouselLite({
        auto: 8000,
        speed: 1000,
        start: 0,
        visible: 1,
        easing: "easeInOutExpo",
        scroll: 2,
        btnNext: ".nextBt",
        btnPrev: ".prevBt"
    });
});
