// JavaScript Document

$(function() {
	$(".main .carousel").jCarouselLite({
			auto: 800,
			speed: 1000,
			visible: 6
	});
});

