hs.graphicsDir = '/js/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = null;

// displays the thumbnail's alt tag as caption
hs.captionEval = 'this.thumb.alt';

hs.align = 'center';
//hs.anchor = 'left';

hs.allowSizeReduction = true;
hs.minWidth = 200;
hs.minHeight = 200;
hs.spaceForCaption = 30;

hs.dimmingDuration = 50; // 25ms per frame (50ms equals to one intermediate frame)
hs.dimmingOpacity = 0.80;
hs.fadeInOut = false;
hs.expandDuration = 100;
hs.restoreDuration = 100;

//hs.restoreTitle is deprecated. See hs.lang.
//hs.restoreTitle = 'click to close image, use arrow keys for next and previous.'

hs.transitions = ['expand', 'crossfade'];
if (hs.addSlideshow) hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		opacity: 1,
		position: 'bottom right',
		hideOnMouseOut: false
	}
});

