$(document).ready(function() {
	$("#steps").jCarouselLite({
		visible: 1,
        	btnNext: "#next_btn",
       		btnPrev: "#prev_btn",
		easing: "easeInOutCirc",
		speed: 400,
		btnGo: [".1", ".2", ".3", ".4", ".5", ".6", ".7", ".8", ".9", ".10", ".11", ".12", ".13", ".14", ".15", ".16", ".17", ".18"]
    	});
});
