// colorbox pro fotky
$(document).ready(function(){
	$("a[href$='.jpg'][target!='_blank'], a[href$='.jpeg'][target!='_blank'], a[href$='.png'][target!='_blank'], a[href$='.gif'][target!='_blank'], a[href$='.JPG'][target!='_blank'], a[href$='.JPEG'][target!='_blank'], a[href$='.PNG'][target!='_blank'], a[href$='.GIF'][target!='_blank']").colorbox({
		current : '{current} z {total}'
	});
});



// colorbox - flash
$(document).ready(function(){
	$("a.prehraj-spot").colorbox({
		width	: 280,
		height	: 160
	});
});



// colorbox - mapa
$(document).ready(function(){
	$("p.mapa a").colorbox({
		iframe	: true,
		width	: 700,
		height	: 500
	});
});

