/***	Site-specific configuration settings for Highslide JS*/
hs.graphicsDir = '/js/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.transitionDuration = 500;
hs.align = 'center';
hs.marginBottom = 105;
hs.captionEval = 'this.a.title';
hs.preserveContent = false;
 
// Add the slideshow controller
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'text-controls',
		opacity: '1',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-60',
		relativeTo: 'viewport',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}
 
});
 
// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	autoplay: false,
	transitions: ['expand', 'crossfade']
};
 
// gallery config object
var config2 = {
	slideshowGroup: 'group2',
	autoplay: false,
	transitions: ['expand', 'crossfade']
};
 
// gallery config object
var config3 = {
	slideshowGroup: 'group3',
	autoplay: false,
	transitions: ['expand', 'crossfade']
};
 
// gallery config object
var config4 = {
	slideshowGroup: 'group4',
	autoplay: false,
	transitions: ['expand', 'crossfade']
};
