var FAB = window.FAB || {};

$(function() {
    $("#carousel").jCarouselLite({
        btnNext: ".items .next",
        btnPrev: ".items .prev",
		visible: 4
    });
});