// add all config and additional stuff here

$(document).ready(function(){
	
	$(function() {
		$("#carousel").jCarouselLite({
			btnNext: ".next",
			btnPrev: ".prev",
			auto: 1500,
			speed:3000,
			visible: 2,
			scroll: 1
		});
	});
	
});
