$(function() {
    $("#slides-boxed").jCarouselLite({
		 btnNext: "#next-button",
		 btnPrev: "#prev-button"
    });
});