$(function() {
    $("#recent-projects").jCarouselLite({
        btnNext: "#next",
        btnPrev: "#prev",
		auto: 0,
		visible: 1
    });
});