hs.graphicsDir = '/images/highslide/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.showCredits = false;
hs.transitions = ['expand', 'crossfade'];

hs.isUnobtrusiveAnchor = function(el) {
	if (el.href && (/\.jpe?g$/.test(el.href) || /\.JPE?G$/.test(el.href))) return 'image';
}

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