/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'custom';
hs.allowSizeReduction = false;
hs.blockRightClick = true;
hs.captionEval = 'this.a.title';
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Lukk"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});


// 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.'
};
