$(document).ready(function() {
	
		$(".gallery_link").fancybox({
			'autoScale'			: true,
			'cyclic'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'image',
			'autoDimensions'	: true,
			'titleShow'			: true,
			'titlePosition'		: 'over',
			'overlayColor'		: '#000',
			'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
				}
		});
		
		$(".ap_link").fancybox({
			'autoScale'			: true,
			'cyclic'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'image',
			'autoDimensions'	: true,
			'titleShow'			: false
		});
			
		$(".ap_dostupnost").fancybox({
			'width'				: 840,
			'height'			: 320,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe',
			'titleShow'			: false
		});
		
		$(".ap_rez").fancybox({
			'width'				: 540,
			'height'			: 540,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'iframe',
			'titleShow'			: false
		});
			
});
		
