jQuery(document).ready(function($) {
	$('a[rel]').lightBox({
		'overlayOpacity':	0,
		'txtImage': 'Zdjęcie',
		'txtOf': 'z'
	});
}); 



