	hs.licence = 'ea6d5045e34bcea240c825676f0484bc';
	hs.graphicsDir = '/images/';
	hs.captionId = 'the-caption';
	hs.captionTemplateId = 'the-template';
    hs.outlineType = null;
	hs.showCredits = false;
	hs.anchor = 'auto';
	hs.wrapperClassName = 'highslide-wrapper';// for enhanced css-control
	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 vsebine v ospredje';
    hs.loadingText = 'Vsebina se nalaga...';

    
	window.onload = function() {
       hs.preloadImages(5); 
	}
	// remove the registerOverlay call to disable the controlbar
	hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true
		}
	);