function init()
{
    $(".jCarouselLite").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        speed: 500,
        easing: "easeinout"
    });
}

$(document).ready(init);
