	hs.graphicsDir = '/js/highslide/graphics/';
	hs.expandCursor = 'zoomin.cur';
	hs.restoreCursor = 'zoomout.cur';
	// hs.expandDuration = 250;
	// hs.restoreDuration = 250;
	// hs.marginLeft = 0;
	// hs.marginRight = 0;
	// hs.marginTop = 0;
	// hs.marginBottom = 0;
	hs.loadingOpacity = 0;
	hs.allowMultipleInstances = false;
	hs.numberOfImagesToPreload = 0;
	// hs.outlineWhileAnimating = 2;
	// hs.outlineStartOffset = 3;
	// hs.padToMinWidth = true;//false;
	// hs.fullExpandPosition = 'bottom right';
	// hs.fullExpandOpacity = 1;
	hs.showCredits = false;;
	hs.creditsHref = '';
	hs.enableKeyListener = true;//true;
	hs.openerTagNames = ['a'];
	hs.transitions = ['expand', 'crossfade'];
	// hs.transitionDuration = 50;
	// hs.dimmingOpacity = 1;
	// hs.dimmingDuration: 250;
	hs.allowWidthReduction = true;
	hs.allowHeightReduction = true;
	// hs.preserveContent = true;
	// hs.objectLoadTime = 'before';
	// hs.cacheAjax = true;
	// hs.anchor = 'auto';
	hs.align = 'center';
	// hs.targetX = null;
	// hs.targetY = null;
	hs.dragByHeading = true;
	hs.minWidth = 500;
	hs.minHeight = 500;
	hs.allowSizeReduction = true;
	hs.outlineType = 'rounded-white';
	hs.wrapperClassName = 'highslide-wrapper';
	hs.lang["restoreTitle"]="";
	hs.lang["creditsText"]="";
	hs.lang["creditsTitle"]="";
	hs.lang["loadingText"]="";
	hs.lang["loadingTitle"]="";
	hs.lang["closeTitle"]="";
	hs.lang["fullExpandTitle"]="";
	hs.fadeInOut = false;
	if (hs.addSlideshow) hs.addSlideshow({
	interval: 0,
	repeat: false,
	useControls: true,
	fixedControls: true,
	overlayOptions: {
	opacity: 1,
	position: 'top right',
	hideOnMouseOut: true

	}

	});
