//hs.graphicsDir = './';
//hs.outlinesDir = './';
hs.graphicsDir = 'index-2.html';
hs.outlinesDir = 'index-2.html';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'zeiss_outline';
hs.showCredits= false;
	

// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'above',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};

