hs.allowMultipleInstances = false;	hs.blockRightClick = true;	hs.wrapperClassName = 'no-move no-expand dark';	hs.captionEval = 'this.thumb.alt';	hs.width = 896;	hs.height = 450;	hs.targetX = 'diaporama'; // the target  	hs.targetY = 'diaporama -16px'; // follow the scrolling// Prevent closing when click on image	hs.Expander.prototype.onBeforeClose = function (sender) {	return true;	}	// Add the controlbar	if (hs.addSlideshow) hs.addSlideshow({		interval: 3000,		repeat: false,		useControls: true,		fixedControls: 'fit',		overlayOptions: {			opacity: 1,			position: 'bottom right', /* was 'top right', changed to 'bottom rihgt' */			offsetX: -60,			relativeTo: 'diaporama',			hideOnMouseOut: false							},		thumbstrip: {			position: 'bottom center',			mode: 'horizontal',			relativeTo: 'diaporama',			offsetY: 80		}	});