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