/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'js/gallery/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
//hs.allowSizeReduction = false;
hs.useBox = true;
hs.width = 800;
hs.height = 600;
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.enableKeyListener = false;
hs.numberOfImagesToPreload = 10;
hs.dragByHeading = false;


// Add the slideshow controller
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'large-dark',
		opacity: '0.6',
		position: 'above',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: false
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	thumbnailId: 'thumb1',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};
var config2 = {
	slideshowGroup: 'group2',
	thumbnailId: 'thumb2',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};

var config3 = {
	slideshowGroup: 'group3',
	thumbnailId: 'thumb3',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};

var config4 = {
	slideshowGroup: 'group4',
	thumbnailId: 'thumb4',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};
