$(function()
{
	
	$(function() {
		$(".projects").jCarouselLite({
			auto: 0,
			speed: 1500,
			btnNext: ".next",
			btnPrev: ".prev",
			visible: 3.4,
			mouseWheel: true,
			circular: true
		});
	});
		
});
