
hs.graphicsDir = '/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand']; // ["expand", "crossfade"]; //
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.transitionDuration = 100;
hs.outlineWhileAnimating = true;

hs.zIndexCounter = 100001;

hs.expandDuration = 0;
hs.restoreDuration = 0;
hs.transitionDuration = 0;

hs.captionEval = 'this.thumb.alt';

/*
hs.onDimmerClick = function() {
      return false;
}
*/

//hs.expandCursor="";
//hs.restoreCursor="";

hs.cacheAjax = false;

hs.Expander.prototype.onAfterExpand = function() {
   inputColorInit();
}

hs.addSlideshow({
	slideshowGroup: 'slideshowgroup',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: 0.75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});

var galleryOptions = {
	slideshowGroup: 'slideshowgroup',
      fadeInOut: false,
      transitions:  ['expand'],
      restoreCursor: 'zoomout.cur',
};

