$(function() {
    $(".carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        speed: 1000,
        circular: true,
        visible: 5

    });         
    
});
