$(function() {
    $("#images").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
	    speed: 800
    });
});
