$(function() {
	$('.items').jcarousel({scroll:4});
	$('.items li:last-child').addClass('lastLi');
});	

	


