// JavaScript Document

$(function() { 
	$(".carousel").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		easing: "easeOutExpo",
		auto: 4000,
		speed: 1000,
		visible: 4,
		scroll: 1
	});
});