/**
*	Site-specific configuration settings for Highslide JS
*/
// 7ce460f3683b2dad6f192f2d0574cee6

hs.graphicsDir = '/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
//hs.marginBottom = 105;
hs.captionEval = 'this.a.title';
hs.showCredits = false;


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
	    opacity: '0.85',
	    position: 'bottom center',
	    offsetX: '0',
	    offsetY: '-10',
	    hideOnMouseOut: true
	}

});

// 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: 'heading',
	transitions: ['expand', 'crossfade']
};