jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        auto: 5,
        scroll: 1,
        animation: 'slow',
        wrap: 'circular',
        buttonNextHTML: null,
        buttonPrevHTML: null
    });
});
