$(document).ready(function() {	
	$("#slideshow").jcarousel({
		auto: 4,
		animation: "slow",
		scroll: 1,
		wrap: "both"
	});
});