$(function(){
	jQuery('#mycarousel').jcarousel({
		wrap: 'circular',//lotation'ON'
		animation: 250,//stopTime
		auto: 99999999,//second
		scroll: 1
	});
});
