 // override Highslide settings here
    // instead of editing the highslide.js file
    hs.graphicsDir = 'stylesheets/graphics/';
	hs.expandCursor = null;
	hs.restoreCursor = null;
	hs.showCredits = 0;
	hs.dimmingGeckoFix = true;
	hs.fadeInOut = false;
	hs.dimmingOpacity = 0.80;
	hs.blockRightClick = true;
	
hs.lang = {
   cssDirection:     'ltr',
   loadingText :     'Loading...',
   loadingTitle :    '',
   focusTitle :      '',
   fullExpandTitle : '',
   fullExpandText :  '',
   creditsText :     '',
   creditsTitle :    '',
   previousText :    '',
   previousTitle :   '',
   nextText :        '',
   nextTitle :       '',
   moveTitle :       '',
   moveText :        '',
   closeText :       '',
   closeTitle :      '',
   resizeTitle :     '',
   playText :        '',
   playTitle :       '',
   pauseText :       '',
   pauseTitle :      '',
   number :          '',
   restoreTitle :    ''
};
