/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom-galeria';
hs.dimmingOpacity = 0.92;
hs.dimmingDuration = 300;
hs.fadeInOut = true;
hs.easing = 'easeOutQuart';
hs.expandDuration = 250;
hs.restoreDuration = 200;
hs.align = 'center';
hs.allowSizeReduction = false;
hs.marginBottom = 105;
hs.captionEval = 'this.a.title';
hs.captionOverlay.position = 'below';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: ['group1', 'group2', 'group3', 'group4', 'group5', 'group6', 'group7', 'group8', 'group9', 'group10'],
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'large-dark',
		opacity: '0.4',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-65',
		relativeTo: 'viewport',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}
});



// gallery config object
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']
};

var config6 = {
	slideshowGroup: 'group6',
	thumbnailId: 'thumb6',
	transitions: ['expand', 'crossfade']
};

var config7 = {
	slideshowGroup: 'group7',
	thumbnailId: 'thumb7',
	transitions: ['expand', 'crossfade']
};

var config8 = {
	slideshowGroup: 'group8',
	thumbnailId: 'thumb8',
	transitions: ['expand', 'crossfade']
};

var config9 = {
	slideshowGroup: 'group9',
	thumbnailId: 'thumb9',
	transitions: ['expand', 'crossfade']
};

var config10 = {
	slideshowGroup: 'group10',
	thumbnailId: 'thumb10',
	transitions: ['expand', 'crossfade']
};


