jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
		scroll:1,
		animation:"slow"
	});
});
