// b430c88415b8dba2a99a493aca1c0384

hs.graphicsDir = '/scripts/graphics/';
hs.showCredits = false;

hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.dimmingOpacity = 0.1;
hs.zIndexCounter = 90001;

// Add the controlbar to the Highslide
if (hs.addSlideshow) hs.addSlideshow({
	//slideshowGroup: 'gallery',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .6,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});



