/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity =1;
hs.fadeInOut = true;
hs.align = 'center';
hs.minWidth = 510;
hs.minHeight = 500;
hs.maxWidth = 510;
hs.maxHeight = 500;
hs.marginTop = 200;
hs.marginRight = 0;
hs.marginBottom = 50;
hs.marginLeft = 240;
hs.useBox = true;
hs.width = 510;
hs.height = 500;
hs.allowMultipleInstances = false;
hs.enableKeyListener = false;


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'large-dark',
		opacity: '1',
		position: 'bottom left',
		offsetX: '0',
		offsetY: '0',
		hideOnMouseOut: false
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};

