$(".auto .anyClass").jCarouselLite({
    auto: 800,
    speed: 1000
});

$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
});
