$(function() {
    $(".anyClass").jcarousellite_sisdado({
        btnNext: ".next",
        btnPrev: ".prev",
        auto:     5000
    });
});
