﻿// Highslide configs
hs.graphicsDir = '/byas/highslide/graphics/';
hs.outlineWhileAnimating = true;
hs.showCredits = false;

// Galleries
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;

if (hs.addSlideshow) hs.addSlideshow({
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom right',
		hideOnMouseOut: false
	}
});
