hs.registerOverlay(           // activated Controlbar Overlay           
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top center',
    		hideOnMouseOut: true
		}
	);
hs.graphicsDir = '/wp-content/plugins/highslide/graphics/';
hs.expandDuration = 1000; // milliseconds
hs.restoreDuration = 1000;
hs.showCredits = false;
hs.outlineType = 'outer-glow';
hs.captionEval = 'this.thumb.title'; // Output image title under the picture 
hs.align = 'center'; // position in the client, center for imp. controlbar usage (overrides anchor)
hs.preserveContent = false; //always use this with flash, else the movie will NOT be stopped on close for IE:
hs.easing = 'easeOutSine'; //Penner Easing
hs.fadeInOut = 'true'; //Penner Easing

//hs.outlineWhileAnimating = true; //Shows the thumbnail while Highsliding, doesn't look right with some Penner Easings
//hs.allowSizeReduction = false; //Blocks the image to shrink to fit a small viewport, disables fullexpand-button
//hs.targetX = 'my-target 20px'; // 20px to the right of the target
//hs.targetY = 'my-target 20px'; // 20px below the target*/