$(document).ready(function(){

	$('.zoom').lightBox({
		fixedNavigation:true,
		txtImage: 'Bild',
		txtOf: 'von',
		imageBtnClose: 'assets/templates/default/img/close.gif'
	});

});