/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = './addons/highslide-xe/graphics/';
hs.creditsPosition = 'bottom right';
hs.outlineType = 'custom';
hs.fadeInOut = true;
hs.align = 'center';
hs.headingEval = 'this.thumb.title';
hs.dimmingOpacity = 0.6;
hs.dimmingDuration = 85;
hs.transitions = ['expand', 'crossfade'];


hs.numberPosition = 'caption';
hs.slideshowGroup = 'group1';
hs.showCredits = false;

// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '1.00',
		position: 'top right',
		offsetX: '-0',
		offsetY: '-0',
		hideOnMouseOut: true
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	numberPosition: 'caption',	// heading , caption
	transitions: ['expand', 'crossfade']
};

