// JavaScript Document
$(function() {
    $(".images").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
});