	hs.graphicsDir = 'http://www.procyon-studio.com/blog/wp-content/plugins/highslide/graphics/';
	hs.align = 'center';
	hs.outlineType = 'glossy-dark';
	hs.captionEval = 'this.a.title';
	hs.lang.number = "Image %1 of %2";
	hs.numberPosition = 'caption';
	hs.dimmingOpacity = 0.5;
	hs.dimmingDuration = 100;

	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.easing = 'linearTween';
	hs.wrapperClassName = 'dark'

// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});