$(document).ready(function() {
	$.fn.colorbox.settings.modalClose = 'Zavřít';
	$.fn.colorbox.settings.contentPrevious = 'Předchozí';
	$.fn.colorbox.settings.contentNext = 'Další';
	$.fn.colorbox.settings.contentCurrent = 'Fotografie {current} z {total}';
	$.fn.colorbox.settings.bgOpacity = "0.6";

	$("a[rel^='colorbox']").colorbox();
	$("a[rel^='flash-tryonline']").colorbox({fixedWidth:820, fixedHeight:620, iframe:true});
});