hs.graphicsDir = '../images/graphics/hs/';
hs.wrapperClassName = 'highslide-white';
hs.align = 'center';
hs.dimmingDuration = 100;
hs.captionEval = 'this.thumb.title';
hs.transitions = ['expand'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.6;
hs.showCredits = false;

// 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
	}
});
