/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0;
hs.fadeInOut = false;
hs.align = 'center';
hs.marginBottom = 105;
hs.allowMultipleInstances = false;
hs.registerOverlay({
	html: '<div class="close-simple-white" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});


hs.addSlideshow({
	//slideshowGroup: 'group0',
	interval: 5000,
	repeat: false,
	useControls: false,
	thumbstrip: {
		mode: 'horizontal',
		position: 'above',
		relativeTo: 'image'
	}

});

// gallery config object

window['config-gallery'] = {
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};


