/**
 * Setup JavaScript for the Lightbox-style popups for images.
 * @require slimbox2.js
 * @author vclark@vipasolutions.com
 */
jQuery(function($){
   $(".lightbox a").slimbox();
});

