/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.align = 'center';
hs.allowSizeReduction = false;
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.numberOfImagesToPreload = 10;
hs.captionEval = 'this.a.title';
hs.captionOverlay.position = 'above';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: ['group1', 'group2','group3', 'group4','group5', 'group6','group7', 'group8','group9', 'group10','group11', 'group12','group13', 'group14','group15', 'group16','group17', 'group18','group19', 'group20'],
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'image',
		offsetY: '60'		
	}

});


var confightml = {
	slideshowGroup: 'confightml',
	useControls: false,
	thumbnailId: 'confightml',	
	transitions: ['expand', 'crossfade']
};

// 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']
};


var config11 = {
	slideshowGroup: 'group11',
	thumbnailId: 'thumb11',	
	transitions: ['expand', 'crossfade']
};
var config12 = {
	slideshowGroup: 'group12',
	thumbnailId: 'thumb12',	
	transitions: ['expand', 'crossfade']
};
var config13 = {
	slideshowGroup: 'group13',
	thumbnailId: 'thumb13',	
	transitions: ['expand', 'crossfade']
};
var config14 = {
	slideshowGroup: 'group14',
	thumbnailId: 'thumb14',	
	transitions: ['expand', 'crossfade']
};
var config15 = {
	slideshowGroup: 'group15',
	thumbnailId: 'thumb15',	
	transitions: ['expand', 'crossfade']
};
var config16 = {
	slideshowGroup: 'group16',
	thumbnailId: 'thumb16',	
	transitions: ['expand', 'crossfade']
};
var config17 = {
	slideshowGroup: 'group17',
	thumbnailId: 'thumb17',	
	transitions: ['expand', 'crossfade']
};
var config18 = {
	slideshowGroup: 'group18',
	thumbnailId: 'thumb18',	
	transitions: ['expand', 'crossfade']
};
var config19 = {
	slideshowGroup: 'group19',
	thumbnailId: 'thumb19',	
	transitions: ['expand', 'crossfade']
};
var config20 = {
	slideshowGroup: 'group20',
	thumbnailId: 'thumb20',	
	transitions: ['expand', 'crossfade']
};
