hs.graphicsDir = 'http://www.stijlmakers.com/wp-content/plugins/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingDuration = 500;
hs.dimmingOpacity = 1.0;
hs.outlineType = 'null';
hs.wrapperClassName = 'controls-in-heading';
hs.fadeInOut = true;
hs.marginBottom = 150; // make room for the thumbstrip and the controls
hs.numberPosition = 'caption';
 
// This line will put the title of the pictures (from nextgen) into the caption field in highslide.
hs.captionEval = 'this.a.title';//Is the description of the image taken from NextGen
//hs.headingText = 'HEADING TEXT';//Will be show for every image (Ex: your website, slogan, etc)
 
// Add the controlbar

hs.addSlideshow({
   //slideshowGroup: 'group1',
   interval: 5000,
   repeat: false,
   useControls: true,
   fixedControls: true,
   overlayOptions: {
      className: 'text-controls',
      opacity: '1',
      position: 'bottom center',
      offsetX: '0',
      offsetY: '-120',
      relativeTo: 'viewport',
      hideOnMouseOut: false
   },
   thumbstrip: {
      mode: 'horizontal',
      position: 'bottom center',
      relativeTo: 'viewport'
   }

});
