		// remove the registerOverlay call to disable the controlbar
		hs.registerOverlay(
			{
				thumbnailId: null,
				overlayId: 'controlbar',
				position: 'top right',
				hideOnMouseOut: true
			}
		);
		
		hs.graphicsDir = 'fileadmin/template//img/highslide/';
		hs.outlineType = 'rounded-black';
		// Tell Highslide to use the thumbnail's title for captions
		hs.captionEval = 'this.thumb.title';
		
    	hs.outlineWhileAnimating = true;
    	hs.allowSizeReduction = false;
   	 	// always use this with flash, else the movie will be stopped on close:
    	hs.preserveContent = false;
