jQuery(function() {
    jQuery(".logomove").jCarouselLite({
        btnNext: ".main .next",
        btnPrev: ".main .prev",
        speed: 3000,
        easing: "easeinout",
        auto: 100,
        circular : true,
        visible : 4
    });       
});

