jQuery(document).ready(function(){

    jQuery(".slider").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        visible: 5
    });

});
