hs.graphicsDir = 'http://ccgi.geraldholdsworth.free-online.co.uk/common/highslide/graphics/';
hs.align = 'center';
//hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'outer-glow';
hs.wrapperClassName = 'glossy-dark';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;
hs.transitionDuration = 1000;
hs.showCredits = false;
// Only needed if image sizes are wrong
// hs.flushImgSize = true;
hs.lang.restoreTitle = '';
// define the restraining box
hs.useBox = true;
hs.width = 800;
hs.height = 600;
// Add the controlbar
hs.addSlideshow({
 slideshowGroup: 'group1',
 interval: 5000,
 repeat: false,
 useControls: true,
 fixedControls: 'fit',
 overlayOptions:
 {
  className: 'large-dark',
  opacity: '0.6',
  position: 'bottom right',
  offsetX: '0',
  offsetY: '-15',
  hideOnMouseOut: true
 },
 thumbstrip: {
  position: 'above',
  mode: 'horizontal',
  relativeTo: 'image'
 }
});
// gallery config object
var config1 = {
 slideshowGroup: 'group1',
// thumbnailId: 'thumb1',
 transitions: ['expand', 'crossfade']
};

