// JavaScript Document
	// remove the registerOverlay call to disable the controlbar
	/*hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true
		}
	);*/
	
    hs.graphicsDir = '/public/layout/highslide/';
	hs.fullExpandIcon = 'fullexpand.gif';
	hs.fullExpandTitle = 'Zvětšit na aktuální velikost.';
	hs.restoreTitle = 'Kliknutím zavřete fotografii, kliknutím a tažením posunete. Použijte klávesové šipky pro posuv vpřed a vzad.';
	hs.focusTitle = 'Kliknutím přenesete dopředu.';
	hs.loadingText = 'Načítám...';
	hs.loadingTitle = 'Kliknutím zrušíte.';	
    hs.outlineType = 'rounded-white';