// Apply your own settings here, or override them in the html file.  
hs.graphicsDir = 'highslide/graphics/';
hs.expandSteps = 10; // number of steps in zoom. Each step lasts for duration/step milliseconds.
hs.expandDuration = 250; // milliseconds
hs.restoreSteps = 10;
hs.restoreDuration = 250;
hs.marginLeft = 15;
hs.marginRight = 15;
hs.marginTop = 15;
hs.marginBottom = 15;

hs.restoreTitle = 'Klikka et sulgeda, klikka ja lohista et liigutada \nClick to close image, click and drag to move';
hs.loadingText = 'Oota veidi / Loading...';
hs.loadingTitle = 'Klikka et katkestada / Click to cancel';
hs.loadingOpacity = 0.75;
hs.focusTitle = 'Click to bring to front';
hs.allowMultipleInstances = true;
hs.numberOfImagesToPreload = 5;
hs.captionSlideSpeed = 1; // set to 0 to disable slide in effect
hs.padToMinWidth = false; // pad the popup width to make room for wide caption
hs.outlineWhileAnimating = 2; // 0 = never, 1 = always, 2 = HTML only 
hs.outlineStartOffset = 3; // ends at 10
hs.fullExpandTitle = 'Suurenda / Expand to actual size';
hs.fullExpandPosition = 'bottom right';
hs.fullExpandOpacity = 1;
hs.showCredits = true; // you can set this to false if you want
hs.creditsText = 'Powered by <i>Highslide JS</i>';
hs.creditsHref = 'http://vikjavev.no/highslide/';
hs.creditsTitle = 'Go to the Highslide JS homepage';
hs.enableKeyListener = true;


// These settings can also be overridden inline for each image
hs.captionId = null;
hs.spaceForCaption = 30; // leaves space below images with captions
hs.slideshowGroup = null; // defines groups for next/previous links and keystrokes
hs.minWidth = 200;
hs.minHeight = 200;
hs.allowSizeReduction = true; // allow the image to reduce to fit client size. If false, this overrides minWidth and minHeight
hs.outlineType = 'drop-shadow'; // set null to disable outlines
hs.wrapperClassName = 'highslide-wrapper'; // for enhanced css-control


// kaido added those:

hs.outlineType = 'rounded-white';
hs.allowSizeReduction = true;
hs.align = 'center';
hs.showCredits = false;
