hs.headingEval = 'this.a.title';
hs.graphicsDir = '/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'controls-in-heading';
hs.creditsPosition = 'bottom left';
hs.allowMultipleInstances = false;

hs.addSlideshow({
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: true,
	overlayOptions: {
		opacity: 1,
		position: 'top right',
		hideOnMouseOut: false
	}
});

var size = {
	slideshowGroup: 'size',
	thumbnailId: 'thusz',
	transitions: ['expand', 'crossfade']
};

var gallery = {
	slideshowGroup: 'gallery',
	thumbnailId: 'thugl',
	transitions: ['expand', 'crossfade']
};
