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