// <![CDATA[
	jQuery(document).ready(function() {
	jQuery('#mycarousel').jcarousel({
	scroll: 1,
	buttonNextHTML: null,
	buttonPrevHTML: null,
	auto: 5,
	wrap: "both"
	});
	});
// ]]> 