$(function(){
	if($.Lightbox) {
		$.Lightbox.construct({
			"show_linkback":	false,
			"show_helper_text": false,
			"download_link": false,
			"text": {
				// For translating
				"image":		"Image",
				"of":			"of",
				"close":		"Close X",
				"closeInfo":	"You can also click anywhere outside the image to close.",
				"download":		"Download.",
				"help": {
					"close":	"Click to close",
					"interact":	"Hover to 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"
				}
			}
		});
	}
});


