/**
 * jQuery lightBox plugin
 */
    $(function() {
        $('.lightboxgallery a').lightBox();
    });
