jQuery(document).ready(function() {
	jQuery('#mycarousel').jcarousel({
		scroll: 7,
		visible: 7
	});
});