/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'js/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.8;
hs.dimmingDuration = 300;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 105;
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.captionEval = 'this.a.title';


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

});

// Norwegian (bokmål) language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Laster...',
	loadingTitle: 'Klikk for å avbryte',
	focusTitle: 'Klikk for å flytte fram',
	fullExpandTitle: 'Utvid til full størrelse',
	creditsText: 'Drevet av <i>Highslide JS</i>',
	creditsTitle: 'Gå til hjemmesiden til Highslide JS',
	previousText: 'Forrige',
	nextText: 'Neste',
	moveText: 'Flytt',
	closeText: 'Lukk',
	closeTitle: 'Lukk (esc)',
	resizeTitle: 'Endre størrelse',
	playText: 'Spill av',
	playTitle: 'Vis bildeserie (mellomrom)',
	pauseText: 'Pause',
	pauseTitle: 'Pause (mellomrom)',
	previousTitle: 'Forrige (pil venstre)',
	nextTitle: 'Neste (pil høyre)',
	moveTitle: 'Flytt',
	fullExpandText: 'Full størrelse',
	number: 'Bilde %1 av %2',
	restoreTitle: 'Klikk for å lukke bildet, klikk og dra for å flytte. Bruk piltastene for forrige og neste.'
};

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