$(document).ready(function() {
    $("#spotlight_content_viewport").jCarouselLite({
        btnNext: "#spotlight_seemore",
        vertical: true,
        circular: true
    });
});
