// JavaScript Document
		$(document).ready(function() {
			$("a[rel=gallery]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Obrázek ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
			$(".ajaxlink").fancybox({
      });



      datedit("datumc_od","d.m.yyyy");
      datedit("datumc_do","d.m.yyyy");
//      datedit("Od","d.m.yyyy");
//      datedit("Do","d.m.yyyy");
		});

