/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0;
hs.align = 'center';
hs.enableKeyListener = false;
hs.captionEval = 'this.a.title';
hs.registerOverlay({
	html: '<div class="close-simple-white" onclick="return hs.close(this)" title="Zapri"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});


// Slovenian language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Nalaganje...',
	loadingTitle: 'Kliknite za preklic',
	focusTitle: '',
	fullExpandTitle: '',
	creditsText: '',
	creditsTitle: '',
	previousText: 'Nazaj',
	nextText: 'Naprej',
	moveText: '',
	closeText: '',
	closeTitle: 'Zapri (esc)',
	resizeTitle: 'Spremeni velikost',
	playText: 'Predvajaj',
	playTitle: 'Predvajaj slike (spacebar)',
	pauseText: 'Premor',
	pauseTitle: 'Premor diapozitivov (spacebar)',
	previousTitle: 'Nazaj (puščica levo)',
	nextTitle: 'Naprej (puščica desno)',
	moveTitle: 'Premakni',
	fullExpandText: 'Povecaj',
	number: 'Slika %1 od %2',
	restoreTitle: ''
};

