$(function () {
	$('a.image').lightbox({
		fileBottomNavCloseImage: service_url+'/static/images/close.gif',
		strings: {
			help: ' \u2190 / P - poprzednie\u00a0\u00a0\u00a0\u00a0\u2192 / N - następne\u00a0\u00a0\u00a0\u00a0ESC / X - zamknij',
			prevLinkTitle: 'poprzednie',
			nextLinkTitle: 'następne',
			prevLinkText:  '&laquo; Poprzednie',
			nextLinkText:  'Następne &raquo;',
			closeTitle: 'zamknij',
			image: 'Zdjęcie ',
			of: ' z '
		}
	})
	
	$('galeria a img').lightbox({
		fileBottomNavCloseImage: service_url+'/static/images/close.gif',
		strings: {
			help: ' \u2190 / P - poprzednie\u00a0\u00a0\u00a0\u00a0\u2192 / N - następne\u00a0\u00a0\u00a0\u00a0ESC / X - zamknij',
			prevLinkTitle: 'poprzednie',
			nextLinkTitle: 'następne',
			prevLinkText:  '&laquo; Poprzednie',
			nextLinkText:  'Następne &raquo;',
			closeTitle: 'zamknij',
			image: 'Zdjęcie ',
			of: ' z '
		}
	})
})
