$(document).ready(function(){
	$('.lightbox').lightbox({
		fileLoadingImage: 'assets/templates/pudenz/images/loading.gif',
		fileBottomNavCloseImage: 'assets/templates/pudenz/images/lightbox-close.gif',
		strings : {
			prevLinkTitle: 'vorheriges Bild',
			nextLinkTitle: 'n&auml;chstes Bild',
			prevLinkText:  '&lt;',
			nextLinkText:  '&gt;',
			closeTitle: 'schlie&szlig;en',
			image: '',
			of: ' / '
		}
	});
});

