$(function(){
  $.Lightbox.construct({
         "text": {
             // For translating
             "image":        "BILD",
             "of":           "von",
             "close":        "Schließen",
             "closeInfo":    "",
             "download":     "In neuem Fenster öffnen",
             "help": {
                 "close":    " ",
                 "interact": " "
             },
             "about": {
                 "text":     " ",
                 "title":    " ",
                 "link":     " "
             }
         }
     });
 }); 
