


// Apply your own settings here; or override them in the html file.  
hs.graphicsDir = 'templates/gsf/modules/popup/highslide/graphics/';
hs.restoreCursor = "zoomout.cur"; 						// necessary for preload
hs.fullExpandIcon = 'fullexpand.gif';
hs.expandSteps = 10; 									// number of steps in zoom. Each step lasts for duration/step milliseconds.
hs.expandDuration = 250; 								// milliseconds
hs.restoreSteps = 10;
hs.restoreDuration = 250;
hs.allowMultipleInstances = true;
hs.hideThumbOnExpand = true;
hs.captionSlideSpeed = 1; 								// set to 0 to disable slide in effect
hs.outlineWhileAnimating = true; 						// not recommended; animation gets jaggy on slow systems.
hs.outlineStartOffset = 3; 								// ends at 10
hs.marginLeft = 10;
hs.marginRight = 35; 									// leave room for scrollbars + outline
hs.marginTop = 10;
hs.marginBottom = 35; 									// leave room for scrollbars + outline
hs.numberOfImagesToPreload = 5;
hs.zIndexCounter = 1001;					 			// adjust to other absolutely positioned elements
hs.fullExpandTitle = 'Auf aktuelle Größe vergrößern';
hs.restoreTitle = 'Hier klicken um das Bild zu schließen. Klicken und bewegen, um das Bild zu verschieben.\nVerwenden Sie die Pfeiltasten, um das vorherige/nächste Bild anzuzeigen.';
hs.focusTitle = 'Hier klicken, um das Bild in den Vordergrund zu bringen';
hs.loadingText = 'Bild wird geladen...';
hs.loadingTitle = 'Klicken um abzubrechen';
hs.loadingOpacity = 0.75;
hs.showCredits = false; 								// you can set this to false if you want


// These settings can also be overridden inline for each image
hs.outlineType = 'outline'; 							// set null to disable outlines

hs.anchor = 'auto'; 									// where the image expands from
hs.align = 'auto'; 										// position in the client (overrides anchor)
hs.targetX = null; 										// the id of a target element
hs.targetY = null;
hs.captionId = null;
hs.captionTemplateId = null;
hs.slideshowGroup = null; 								// defines groups for next/previous links and keystrokes
hs.spaceForCaption = 25; 								// leaves space below images with captions
hs.minWidth = 200;
hs.minHeight = 200;
hs.allowSizeReduction = false; 							// allow the image to reduce to fit client size. If false; this overrides minWidth and minHeight
hs.wrapperClassName = null; 							// for enhanced css-control
hs.enableKeyListener = true;


