$(document).ready(function(){

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

});
