/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = .45;
hs.dimmingDuration = 125;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginTop = 10;
hs.marginRight = 10;
hs.marginBottom = 10;
hs.marginLeft = 10;
hs.blockRightClick = true;
hs.captionEval = 'this.thumb.alt';
hs.headingOverlay.position = 'rightpanel';
hs.dragByHeading = false;
hs.transitions = ['expand', 'crossfade'];

// French language strings

hs.lang = {

	cssDirection: 'ltr',

	loadingText: 'Loading...',

	loadingTitle: 'Click to cancel',

	focusTitle: 'Click to bring to front',

	fullExpandTitle: 'Actual size',

	creditsText: '',

	creditsTitle: '',

	previousText: 'Previous',

	nextText: 'Next',

	moveText: 'Move',

	closeText: 'Close',

	closeTitle: 'Close (esc)',

	resizeTitle: 'Resize',

	playText: 'Play',

	playTitle: 'Play the slideshow (spacebar)',

	pauseText: 'Pause',

	pauseTitle: 'Pause the slideshow (spacebar)',

	previousTitle: 'Previous (left arrow)',

	nextTitle: 'Next (right arrow)',

	moveTitle: 'Move',

	fullExpandText: 'Expand to actual size (f)',

	number: 'Image %1 of %2',

	restoreTitle: 'Click to close image, click and drag to move. Use arrow keys for next and previous.'

}


// Add the slideshow controller
if (hs.addSlideshow) hs.addSlideshow({
//	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'large-dark',
		opacity: '0.6',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-0',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'above',
		relativeTo: 'image'
	}

});