/* use to load functions after loading page - jquery util*/
$(document).ready(function() {
	$('a img.popup').parent().addClass('popup');
	
	$('a.popup').lightBox({
		txtImage: 'Obrazek',
		txtOf: 'z'	
	});
}
);