jQuery(document).ready(function() {
	jQuery("#carousel").jcarousel({
		wrap: "both",
		scroll: 1,
		auto: 5
	});

});
