jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery(".tx-dynimage-pi1-listrow a.dynimage").lightbox({
		fileLoadingImage : 'fileadmin/system/scripts/css/images/loading.gif',
		fileBottomNavCloseImage : 'fileadmin/system/scripts/css/images/close.gif',
		strings : {
			help: ' \u2190 / P - zur&uumlck;\u00a0\u00a0\u00a0\u00a0\u2192 / N - weiter\u00a0\u00a0\u00a0\u00a0ESC / X - schliessen',
			prevLinkTitle: 'zur&uuml;ck',
			nextLinkTitle: 'vorw&auml;rts',
			prevLinkText:  '&laquo;',
			nextLinkText:  '&raquo;',
			closeTitle: 'schliessen',
			image: ' ',
			of: ' / '
		},
		fitToScreen: false		// resize images if they are bigger than window
	});
	
});
