//f9404c3243d27c70fe96bd7aa234561d 
    hs.graphicsDir = '/lib/yhst-81126207287951/';
    hs.showCredits = false;
    hs.outlinesDir = '/';
    hs.align = 'center';
    hs.transitions = ['expand'];
    hs.outlineType = 'rounded-white';
    hs.fullExpandIcon = 'ysw-fullexpand.gif';
    hs.restoreCursor = "ysw-zoomout.cur";
    hs.fadeInOut = true;
    hs.dynamicallyUpdateAnchors = false;
    hs['isHsAnchor'] = function (a) {
    	return (a.onclick && a.className == 'highslide');
    };
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});
hs.registerOverlay(
    {
      thumbnailId: null,
      overlayId: 'controlbar',
      position: 'top center',
      hideOnMouseOut: true
    }
    );    
hs.addSlideshow({
	interval: 3000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'top center',
		hideOnMouseOut: true
	}
});
