/* Lightboxing */

jQuery(document).ready(function() {

    jQuery('.resource-library-item a.photo').lightBox({fixedNavigation:true});

});
    
