$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".nextscrol",
        btnPrev: ".prevscrol"
    });
});
