$(function() {
	$(".slideArea").jCarouselLite({
		auto: 100,
		speed: 2000,
		visible: 5,
		circular: true
	});
});
