/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'custom';
hs.captionEval = 'this.a.title';


// Add the slideshow controller
hs.addSlideshow({
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: 0.75,
		position: 'bottom center',
		offsetX: 0,
		offsetY: -10,
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'vertical',
		position: 'middle left',
		relativeTo: 'viewport'
	}

});

// gallery config objects
var config1 = {
   slideshowGroup: 'group1',
   thumbnailId: 'thumb1',
   transitions: ['expand', 'crossfade']
};
var config2 = {
   slideshowGroup: 'group2',
   thumbnailId: 'thumb2',
   transitions: ['expand', 'crossfade']
};
var config3 = {
   slideshowGroup: 'group3',
   thumbnailId: 'thumb3',
   transitions: ['expand', 'crossfade']
};
var config4 = {
   slideshowGroup: 'group4',
   thumbnailId: 'thumb4',
   transitions: ['expand', 'crossfade']
};
var config5 = {
   slideshowGroup: 'group5',
   thumbnailId: 'thumb5',
   transitions: ['expand', 'crossfade']
};
