/**
*	Site-specific configuration settings for Highslide JS
*/

hs.graphicsDir = './addons/highslide-xe/graphics/';
hs.creditsPosition = 'bottom right';
hs.outlineType = 'rounded-white';
hs.dimmingOpacity = 0.8;
hs.dimmingDuration = 85;
hs.fadeInOut = true;
hs.align = 'center';
hs.headingEval = 'this.thumb.title';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.wrapperClassName = 'highslide-white';
hs.numberPosition = 'caption';
hs.slideshowGroup = 'group1';

// 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: 'top right',
		offsetX: '1',
		offsetY: '-22',
		hideOnMouseOut: true
	}

});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};
