$(document).ready(function() {
	$.fn.colorbox.settings.modalClose = 'Zavřít';
	$.fn.colorbox.settings.bgOpacity = "0.6";

	$("a[rel^='colorbox']").colorbox();
	$("a[rel^='flash-tryonline']").colorbox({fixedWidth:820, fixedHeight:620, iframe:true});
});