// JavaScript Document
// JavaScript Document
$(document).ready(function(){
	
	$.Lightbox.construct({
		"show_linkback": false,
		"download_link": false,	
		"opacity": 0.3,
		 "text": {
             // For translating
             "image":        "Bild",
             "of":           "von",
             "close":        "schliessen",
             "closeInfo":    "",
             "download":     "",
             "help": {
                 "close":    "",
                 "interact": ""
             },
			 "about": {
				 "text":     "jQuery Lightbox Plugin (balupton edition)",
				 "title":    "Licenced under the GNU Affero General Public License.",
				 "link":     "http://www.balupton.com/projects/jquery-lightbox"
			 }
		 }
	});

});
