
hs.graphicsDir = '/hs/graphics/';
hs.showCredits = 0;
//hs.outlineType = 'custom';
//hs.dimmingOpacity = 0.75;
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.outlineType = 'rounded-white';
hs.align = 'center';
//hs.marginBottom = 0;

hs.useBox = true;
hs.width = 800;
hs.height = 600;
hs.blockRightClick = true;

//hs.captionEval = 'this.a.title';
//hs.captionOverlay.position = 'above';
// hs.headingEval = 'this.thumb.title';
// hs.headingOverlay.position = 'rightpanel';





// Add the slideshow controller
hs.addSlideshow({
//	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'large-dark',
		opacity: '1',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '150',
		hideOnMouseOut: false
	}
/*	thumbstrip: {
		mode: 'horizontal',
		position: 'below',
		relativeTo: 'image'
	}
*/

});

// gallery config object
/*
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};*/ 
