// JavaScript Document

//enable lighbox effect
jQuery(document).ready(function() {
jQuery(".lightbox-2").lightbox({
			    fitToScreen: true,
				fileLoadingImage: '/layout/images/loading.gif',
				fileBottomNavCloseImage: '/layout/images/closelabel.gif',
				strings : { image: 'Bild ' , of : ' von ' , prevLinkText: '&laquo;  Zur&uuml;ck' , nextLinkText : 'Weiter &raquo;',
							closeTitle : 'Schlie&szlig;en', prevLinkTitle : 'vorheriges Bild', nextLinkTitle : 'n&auml;chstes Bild'
							}
});
});
