
hs.graphicsDir = 'picslide/graphics/';
hs.align = 'center';

hs.marginBottom = 130;
hs.transitions = ['expand', 'crossfade'];

hs.outlineType = 'rounded-white';
//hs.wrapperClassName = 'dark borderless floating-caption';
hs.captionEval = 'this.thumb.alt';

hs.fadeInOut = true;

hs.dimmingOpacity = 0.75;
hs.width = 450;
hs.height = 300;

// Add the controlbar

hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
		//relativeTo: 'viewport'
		
	}
});

