$(function() {
  $(".carousel").jCarouselLite({
	auto: '5',
	visible: 1,	
	speed: '900'
  });
});