$(document).ready(function(){
	
	$(".slider ul").jcarousel({
		auto:5,
		wrap: "both",
		scroll:1,
		animation: "slow"
			
	});	
	
});
