$(document).ready(function() {
	$(".carousel").jCarouselLite({
		auto: 3000, speed: 1500, circular: true, visible: 3, scroll: 1
	});
});
