$(document).ready(function(){
	/*------- popup ---------*/
	$("a.popup").attr({target:'_blank'});
	/*-------- Colorbox --------*/
	$(".colorbox").colorbox({transition:"elastic", next:"Další", previous:"Předchozí", current:"{current} / {total}", close:"Zavřít", maxHeight:"800px", slideshow: true, slideshowAuto: false, opacity: 0.9});
	$(".colorbox-iframe").colorbox({width:"80%", height:"80%", iframe:true, transition:"elastic", next:"Další", previous:"Předchozí", current:"{current} / {total}", close:"Zavřít", opacity: 0.9});

$(".catalog-table tbody tr:odd th, .catalog-table tbody tr:odd td").css('background','#edf0fa');

$(".gallery ul li a span").corner("5px");

$(".catalog-list a:first").css("display", "block");


});

Cufon.replace("h1, h2, #sidebar .block-title, .catalog-item .title, .info, .list-schedule li strong.title");   
