jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
		wrap: "both",
		scroll: 4,
		visible: 4,
		vertical: false
	});
});