// init highslide
// remove the registerOverlay call to disable the controlbar
hs.registerOverlay(
  {
    thumbnailId:    null,
    overlayId:      'controlbar',
    position:       'top',
    zIndexCounter:  6666,
    hideOnMouseOut: true
  }
);

hs.graphicsDir             = '/js/highslide/graphics/';
hs.outlineType             = 'rounded-white';
hs.minWidth                = 400;
//hs.minWidth                = 250;
//hs.minHeight               = 250;
hs.padToMinWidth           = true;
hs.numberOfImagesToPreload = 0;