hs.graphicsDir = "http://www.petermoc.com/wp-content/plugins/highslide-integration/highslide/graphics/";
hs.showCredits = false;
// hs.captionEval = 'this.thumb.title';
// hs.captionOverlay.position = 'below';
hs.outlineType = 'drop-shadow';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.expandDuration = 150;
hs.restoreDuration = 150;
hs.addSlideshow({
  interval: 5000,
  repeat: false,
  useControls: true,
  fixedControls: 'fit',
  overlayOptions: {
    className: 'large-dark',
    opacity: '0.75',
    position: 'bottom center',
    offsetX: '0',
    offsetY: '-25',
    hideOnMouseOut: true
  }
});
hs.dimmingOpacity = 0.5;
hs.registerOverlay({
  html: '<div class="closebutton" onclick="return hs.close(this)"></div>',
  position: 'top right',
  fade: 2
});
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'loading...',
	loadingTitle: 'click to cancel',
	focusTitle: 'click to bring to front',
	fullExpandTitle: 'expand to original size',
	creditsText: 'powered by Highslide JS',
	creditsTitle: 'visit Highslide JS website',
	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: 'fullscreen',
	number: 'picture %1 of %2',
	restoreTitle: 'Click to close image, click und drag to move. Use ARROW keys for previous and next.'
};

