/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'Scripts/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.align = 'center';
hs.captionEval = 'this.a.title';
hs.dimmingOpacity = 0.35;

// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 2000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};

//hs.onSetClickEvent();
