hs.graphicsDir = '/js/highslide/graphics/';
hs.showCredits = false;
hs.align = 'center';
hs.anchor = 'top';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'glossy-dark';
hs.wrapperClassName = 'dark';
hs.fadeInOut = true;
 hs.dimmingOpacity = 0.75;
hs.allowMultipleInstances = true;
hs.dimmingGeckoFix = true;
hs.flushImgSize = true;
hs.numberPosition = 'caption';

// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
 //slideshowGroup: 'group1',
 interval: 5000,
 repeat: true,
 useControls: true,
 fixedControls: 'fit',
 overlayOptions: {
  opacity: .4,
  position: 'bottom center',
  position: 'bottom right',
  hideOnMouseOut: true
 }
});

