    hs.graphicsDir = 'http://www.usplustwo.com/blog/wp-content/plugins/highslide/graphics/';
    hs.align = 'center';
    hs.transitions = ['expand', 'crossfade'];
    hs.outlineType = 'rounded-white';
    hs.fadeInOut = true;
    hs.numberPosition = 'caption';
    hs.lang.number = "Image %1 of %2";
    hs.dimmingOpacity = 0.9;
    hs.headingText = "UsPlusTwo Photos";
    hs.captionEval = "this.a.title";
    hs.showCredits = false;

// Add the controlbar
    if (hs.addSlideshow) hs.addSlideshow({
//      slideshowGroup: 'test',  
        interval: 3500,
        repeat: false,
        useControls: true,
	fixedControls: false,
        overlayOptions: {
        	opacity: 1,
        	position: 'top right',
        	hideOnMouseOut: false
		}
    });
