$(function() {
  $('div.gallery a').lightBox({
    //	overlayBgColor: '#FFF',
    //	overlayOpacity: 0.6,
    //	containerResizeSpeed: 350,
  	txtImage: 'Fotka',
    txtOf: 'z'
  });
});