	$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".nextgallery",
        btnPrev: ".prevgallery"
    });
});

