$(document).ready(function() {
  // jednotlive obrazky
//  $("a#example2").fancybox({
//    'titleShow'     : false,
//    'transitionIn'	: 'elastic',
//    'transitionOut'	: 'elastic',
//    'titlePosition' : 'over'
//  });

  // group
  $("a[rel=fancybox]").fancybox({
    'overlayColor'    : '#000',
    'transitionIn'		: 'none',
    'transitionOut'		: 'none'
//    'titlePosition' 	: 'over',
//    'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
//        return '<span id="fancybox-title-over">Obrázek ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
//    }
  });

});