/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'styles/IceBlue/template/harmony_compare/images/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.captionEval = 'this.a.title';
hs.headingEval = 'this.thumb.title';
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});



// German language strings
hs.lang = {
   cssDirection: 'ltr',
   loadingText : 'Loading...',
   loadingTitle : 'Click to cancel',
   focusTitle : 'Click to bring to front',
   fullExpandTitle : 'Expand to actual size (f)',
   creditsText : 'Powered by <i>Highslide JS</i>',
   creditsTitle : 'Go to the Highslide JS homepage',
   previousText : 'Previous',
   nextText : 'Next',
   moveText : 'Move',
   closeText : 'Close',
   closeTitle : 'Close (esc)',
   resizeTitle : 'Resize',
   playText : 'Play',
   playTitle : 'Play slideshow (spacebar)',
   pauseText : 'Pause',
   pauseTitle : 'Pause slideshow (spacebar)',
   previousTitle : 'Previous (arrow left)',
   nextTitle : 'Next (arrow right)',
   moveTitle : 'Move',
   fullExpandText : '1:1',
   number: 'Image %1 of %2',
   restoreTitle : 'Click to close image, click and drag to move.'
};
