//banner


jQuery(function() {
jQuery("#carousel04 .move-banner").jCarouselLite({
    btnNext: ".next",
        btnPrev: ".prev",
visible: 4,
scroll: 1,
circular: true,
auto: 4000,
speed: 3000
});
});

