/**	Site-specific configuration settings for Highslide JS **/
// gallery config object
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.transitionDuration = 400;
hs.headingOverlay.position = 'below';
hs.align = 'center';
hs.useBox = true;
hs.width = 700;
hs.height = 500;
hs.captionEval = 'this.a.title';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 4000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '0',
		relativeTo: 'image',
		hideOnMouseOut: true
	}
});

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

