// remove the registerOverlay call to disable the controlbar
	hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true			
		}
	);
	hs.licence = 'ea6d5045e34bcea240c825676f0484bc';
	hs.showCredits = false;
	hs.allowMultipleInstances= false;
	    // internationalization:
    hs.fullExpandTitle = 'Povečaj na originalno velikost';
    hs.restoreTitle = 'Klikni in povleci za premikanje slike, uporabi smerne tipke za naslednjo in prejšnjo sliko';
    hs.focusTitle = 'Klikni za premik slike v ospredje';
    hs.loadingText = 'Slika se nalaga...';
	hs.dimmingOpacity = 0.90;
	hs.align = 'center';
	
    hs.graphicsDir = 'graphics/';
    hs.outlineType = null;
    window.onload = function() {
        hs.preloadImages(5);
    }