//f9404c3243d27c70fe96bd7aa234561d 
    hs.registerOverlay(
    {
      thumbnailId: null,
      overlayId: 'controlbar',
      position: 'top center',
      hideOnMouseOut: true
    }
    );    
    hs.graphicsDir = '/lib/yhst-12680183296237/';
    hs.outlinesDir = '/';
    hs.outlineType = 'rounded-white';
    hs.showCredits = false;
    hs.fullExpandIcon = 'fullexpand.gif';
	hs.expandCursor = "zoomin.cur";
    hs.restoreCursor = "zoomout.cur";
    hs.align = 'center';
    hs.dynamicallyUpdateAnchors = false;
    hs['isHsAnchor'] = function (a) {
    	return (a.onclick && a.className == 'highslide');
    };
    hs.addSlideshow({
 		interval: 3000,
		repeat: true,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
});
