$(function() {
    $("#wrap").jCarouselLite({
        btnNext: "#next",
        btnPrev: "#prev"

    });
});