
hs.graphicsDir = 'js/highslide/graphics/';
hs.expandCursor = 'zoomin.png';
hs.restoreCursor = 'zoomout.png';
hs.loadingOpacity = 0.75;
hs.showCredits = false;
hs.blockRightClick = true;
hs.closeText = '';
hs.closeTitle = '';
hs.moveTitle = '';
hs.moveText = '';
hs.restoreTitle = '';
hs.expandSteps = 20;
hs.captionEval = 'this.thumb.alt';
hs.outlineType = 'drop-shadow';
hs.align = 'center';
hs.anchor = 'top right';
hs.fadeInOut = false;
hs.dimmingOpacity = 0;
hs.dimmingDuration = 200;
hs.align = 'center';
hs.expandDuration = 300;
hs.restoreDuration = 200;
hs.transitions = ['expand', 'crossfade'];
hs.transitionDuration = 300;
hs.easing = 'linearTween';
hs.allowSizeReduction = true;

hs.addSlideshow({
 interval: 2000,
 repeat: true,
 useControls: false,
 fixedControls: 'fit',
 overlayOptions: {
	opacity: .5,
	position: 'top center',
	hideOnMouseOut: true
 }
});
hs.autoplay = false;
