$(document).ready(function() {

$(function () {
	$('.galery a').lightBox({ 
			txtImage: 'Bild',
			txtOf:	  'von'
	});	
});

});

