jQuery(function($) {
	if (!$("#stick_wrap").hasClass("visit")){ 
		$("#stick_wrap").animate({
			top: '+=' + $("#stick_wrap").outerHeight()
		},1000);
	}
	$("#stick").jcarousel({
	scroll: 1,
	visible: 1,
	wrap: "circular",
	offset: 1,
	auto:5,
	size:2,
	animation: "slow"
});
});
