$(document).ready(function($){
				
	$('.block-work-01 a img').mouseenter(function(){$(this).stop().fadeTo('fast', 0.2)}).mouseleave(function(){$(this).stop().fadeTo('slow', 1)});
	
			$(".hightbox").fancybox({
				'overlayShow'	: true,
				'titlePosition' : 'over',
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
			});
						
				$("a[rel=group]").fancybox({

				'transitionIn'		: 'elastic',

				'transitionOut'		: 'elastic',

				'titlePosition' 	: 'over',

				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {

					return '<span id="fancybox-title-over">Práce ' + (currentIndex + 1) + ' z ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';

				}

			});
				
	    
});
