// JavaScript Document
Cufon.replace('h2', { fontFamily:'Museo Slab' });
Cufon.replace('h3', { fontFamily:'Museo Slab' });

$(window).load(function() {
	setTimeout(function(){
		$('#slider2').nivoSlider({ pauseTime:7000, pauseOnHover:false,controlNav:false, });
	}, 1000);
});
$(function(){
	$( "button, input:submit, a", ".send_guestbook" ).button();
	$( "#kniha_ok" ).dialog({
			modal: true,
			buttons: {
				Ok: function() {
					$( this ).dialog( "close" );
					window.location.href="";
				}
			}
		});
	$('#logo_img').imgslide({
			top: '-46px'
		});
	$('#logo_img1').imgslide({
			top: '-46px'
		});
	$('#logo_img2').imgslide({
			top: '-46px'
		});
	$('#logo_img3').imgslide({
			top: '-46px'
		});	
});
$(document).ready(function() {
			$("a[rel=example_group]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
});

