$(function() {
    $(".carousel_gallery").jCarouselLite({
        btnNext: ".more",
        vertical: true
    });
    $('#gallery a').lightBox({fixedNavigation:true});
    $('.central_image').lightBox({fixedNavigation:true});
});
