//f9404c3243d27c70fe96bd7aa234561d 
    hs.graphicsDir = '/lib/ourcornermarket2/';
    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(
    {
      thumbnailId: null,
      overlayId: 'controlbar',
      position: 'top center',
      hideOnMouseOut: true
    }
    );    
hs.addSlideshow({
	interval: 3000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});

