hs.graphicsDir = 'http://www.fagertun.net/WP/wp-content/plugins/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.outlineType = 'rounded-white';
hs.wrapperClassName = '';
hs.fadeInOut = true;
hs.marginBottom = 65; // make room for the thumbstrip and the controls
hs.numberPosition = 'caption';
hs.lang.number = "Bilde %1 av %2";


// 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


// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: true,
useControls: true,
fixedControls: true,
overlayOptions: {

className: 'highslide-controls',
position: 'bottom center',
hideOnMouseOut: true,
offsetY: 0
},
thumbstrip: {
position: 'bottom center',
mode: 'horizontal',
relativeTo: 'viewport'
}
});
