$j(window).load(function() {
    $j(".carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
});

