hs.graphicsDir = 'scripts/highslide/graphics/';
hs.targetX = 'menu_home'
hs.targetY = 'menu_home'
hs.transitions = ['expand', 'crossfade'];
hs.wrapperClassName = 'controls-in-heading';
hs.outlineType = null;
hs.fadeInOut = true;
hs.dimmingOpacity = .8;
hs.showCredits = false;
hs.allowMultipleInstances = false;
hs.allowHeightReduction = true;
hs.allowWidthReduction = true;

hs.loadingText = 'LOADING';
hs.loadingTitle = 'CLICK TO CANCEL';
hs.fullExpandTitle = 'FULL SIZE [F]';
hs.previousText = 'PREVIOS';
hs.nextText = 'NEXT'; 
hs.moveText = 'MOVE';
hs.closeText = 'CLOSE'; 
hs.closeTitle = 'CLOSE [ESC]'; 
hs.resizeTitle = 'RESIZE';
hs.playText = 'PLAY'; 
hs.playTitle = 'PLAY SLIDESHOW [SPACE]';
hs.pauseText = 'PAUSE';
hs.pauseTitle = 'PAUSE SLIDESHOW [SPACE]';
hs.previousTitle = 'PREVIOUS [LEFT ARROW]';
hs.nextTitle = 'NEXT [RIGHT ARROW]';
hs.moveTitle = 'MOVE';
hs.restoreTitle = 'CLICK TO CLOSE. USE ARROW KEYS FOR NEXT/PREV';


// Controlbar
if (hs.addSlideshow) hs.addSlideshow({
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		opacity: 1,
		position: 'top right',
		hideOnMouseOut: false
	}
});