$(document).ready(function(){
	
	$('#galerie a').fancybox({
        'transitionIn'		: 'fade',
        'transitionOut'		: 'fade',
        'titlePosition' 	: 'over',
        'overlayOpacity'  : '0.8',
        'overlayColor'    : '#000',
        'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
            return '<span id="fancybox-title-over">' + (title.length ? ' &nbsp; ' + title : '') + ' &nbsp;(' + (currentIndex + 1) + ' / ' + currentArray.length + ')</span>';
        }
    });
});
