jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
    	wrap: 'circular',
		auto:5,
		animation:"slow"
    });
});

