$(document).ready(function(){
	/*------- popup ---------*/
	$("a.popup").attr({target:'_blank'});
	/*-------- Colorbox --------*/
	$(".colorbox").colorbox({transition:"elastic", slideshow:true, slideshowSpeed:5000, next:"Další", previous:"Předchozí", current:"{current} / {total}", close:"Zavřít"});
	$(".colorbox-map").colorbox({width:"80%", height:"80%", iframe:true, close:"Zavřít"});
	
	
	$('.cycle').cycle({ 
    fx:     'scrollRight', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next2', 
    prev:   '#prev2' 
});
	
	

$('#fontsizer').jfontsizer({
					applyTo: '#main',
					changesmall: '2',
					changelarge: '2',
					expire: 30
				});

$("#menu ul ul").hide();
$("#menu ul li").hover(function() {
	  $(this).find("ul").show();
	}, function() {
	  $(this).find("ul").hide();
	});









	
	$("tr:odd").css("background-color", "#f1f2f2");
});



/*-------- Cufon --------*/	
	Cufon.replace('#left-column .block-title, #content .block-title, #homepage #right-column .block-title, .parent-title, .buttons a');




