$(document).ready(function() {

    


    //FOTOGELRIE
    $("a.thickbox").fancybox({
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'titlePosition' 	: 'over',
        'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
            return (currentArray.length > 1) ? '<span id="fancybox-title-over">Obrázek ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>' : '';
        }


    });



});
