// language
hs.lang.cssDirection = 'ltr';
hs.lang.loadingText = '&nbsp;';
hs.lang.loadingTitle = 'Click to cancel';
hs.lang.focusTitle = 'Click to bring to front';
hs.lang.fullExpandTitle = 'Expand to actual size (f)';
hs.lang.creditsText = '';
hs.lang.creditsTitle = 'Go to the Highslide JS homepage';
hs.lang.previousText = 'Předchozí';
hs.lang.nextText = 'Další';
hs.lang.moveText = 'Posuň';
hs.lang.closeText = 'Zavřít&nbsp;&nbsp;';
hs.lang.closeTitle = 'Zavřít (esc)';
hs.lang.resizeTitle = 'Změnit velikost';
hs.lang.playText = 'Play';
hs.lang.playTitle = 'Spustit slideshow (mezerník)';
hs.lang.pauseText = 'Pozastavit slideshow';
hs.lang.pauseTitle = 'Pozastavit slideshow (mezerník)';
hs.lang.previousTitle = 'Předchozí (šipka vlevo)';
hs.lang.nextTitle = 'Další (šipka vpravo)';
hs.lang.moveTitle = 'Posuň';
hs.lang.fullExpandText = '1:1';
hs.lang.number = 'Fotka %1 of %2';
hs.lang.restoreTitle = 'Klikněte pro zavření fotky. Použijte šipky pro procházení obrázky.';

hs.showCredits = 0;
hs.graphicsDir = '/scripts/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand'];
hs.outlineType = 'rounded-white';
hs.easing = 'easeInCirc';
hs.wrapperClassName = 'titlebar';
hs.fadeInOut = true;			
hs.blockRightClick = true;
hs.dimmingOpacity = 0.85;
//hs.captionEval = 'this.a.title';
hs.captionEval = '';
hs.cacheAjax = false;
hs.forceAjaxReload = true;
hs.preserveContent = false;
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Zavřít"></div>',
	position: 'top right',
	useOnHtml: true,
	hideOnMouseOut: false,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});

//hs.transitionDuration = 0;
//hs.expandDuration = 0;
