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

