/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.8;
hs.dimmingDuration = 75;
hs.fadeInOut = true;
hs.align = 'center';
hs.allowMultipleInstances = false;
hs.blockRightClick = true;


// 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: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});

hs.addSlideshow({
	slideshowGroup: 'group2',  
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});

hs.addSlideshow({
	slideshowGroup: 'group3',  
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});




hs.addSlideshow({
	slideshowGroup: 'group4',  
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});

hs.addSlideshow({
	slideshowGroup: 'group5',  
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});

hs.addSlideshow({
	slideshowGroup: 'group6',  
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});


hs.addSlideshow({
	slideshowGroup: 'group7',  
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});


hs.addSlideshow({
	slideshowGroup: 'group8',  
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});


hs.addSlideshow({
	slideshowGroup: 'group9',  
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	}
});




// 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']
};

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: 'group8',
   thumbnailId: 'thumb9',
   transitions: ['expand', 'crossfade']
};
