// JavaScript Document
$(function(){
$.Lightbox.construct({
   show_linkback: false,
  // show_info: true,
   show_helper_text:   false,
   download_link: false,
   opacity: .92,
   text: {
   image: 'Photo'
}
         });
});
