// remove the registerOverlay call to disable the controlbar
hs.registerOverlay({
	thumbnailId: null,
	overlayId: 'controlbar',
	position: 'top right',
	hideOnMouseOut: true
});

hs.graphicsDir = '/js/highslide/graphics/';
hs.outlineType = 'rounded-white';
// Tell Highslide to use the thumbnail's title for captions
hs.captionEval = 'this.thumb.title';


hs.restoreTitle = 'Klikněte pro zavření, klikněte a držte pro přesun. Můžete použít šipky pro přechod na předchozí a následující obrázky.';
hs.loadingText = 'Nahrávám...';
hs.loadingTitle = 'Klikněte pro zrušení';
hs.focusTitle = 'Klikněte pro přesun dopředu';
hs.fullExpandTitle = 'Zvětšit na aktuální velikost',
hs.showCredits = true,
hs.creditsText = '',
hs.creditsHref = '',
hs.creditsTitle = '';