	hs.graphicsDir = 'highslide/graphics/';
	hs.align = 'center';
	hs.outlineType = null;
	hs.dimmingOpacity = 0.75;
	hs.showCredits = false; 
	hs.transitions = [null, null];
	hs.transitionDuration = 0;
	hs.blockRightClick = true;
	hs.expandDuration = 0;
	hs.flushImgSize = true;
	hs.openerTagNames = ['a'];
	hs.dynamicallyUpdateAnchors = true;
	hs.restoreDuration = 0;
	hs.easingClose = null;
	hs.dimmingGeckoFix = true;
	hs.preserveContent = false;
	hs.Expander.prototype.onImageClick = function () {
   return false;
}
	

// Language strings
hs.lang = {
   cssDirection:     'ltr',
   loadingText :      '',
   loadingTitle :    '',
   focusTitle :      '',
   fullExpandTitle : '',
   fullExpandText :  '',
   creditsText :     '',
   creditsTitle :    '',
   previousText :    '',
   previousTitle :   '',
   nextText :        '',
   nextTitle :       '',
   moveTitle :       '',
   moveText :        '',
   closeText :       '',
   closeTitle :      '',
   resizeTitle :     '',
   playText :        '',
   playTitle :       '',
   pauseText :       '',
   pauseTitle :      '',
   number :          '',
   restoreTitle :    ''
};


hs.registerOverlay({
	thumbnailId: null,
	overlayId: 'my-overlay-stop',
	position: 'bottom right',
	hideOnMouseOut: false,
	opacity: 1,
	repeat: true,
	fade: 0
});

hs.registerOverlay({
	thumbnailId: null,
	overlayId: 'my-overlay-volgende',
	position: 'top right',
	hideOnMouseOut: true,
	opacity: 1,
	repeat: true,
	fade: 0
});

hs.registerOverlay({
	thumbnailId: null,
	overlayId: 'my-overlay-caption',
	position: 'bottom center',
	hideOnMouseOut: false,
	opacity: 1,
	repeat: true,
	fade: 0
});

hs.registerOverlay({
	thumbnailId: null,
	overlayId: 'my-overlay-vorige',
	position: 'top left',
	hideOnMouseOut: true,
	opacity: 1,
	repeat: true,
	fade: 0
});



hs.skin.contentWrapper =
	'<div class="highslide-header">'+
	'</div>'+
	'<div class="highslide-body"></div>'+
	'<div class="highslide-footer"><div>'+
		'<div class="content_kop">'+
		'<a href="#" onclick="return hs.close(this)"><img src="img/stop_contentpage.png" alt="Ga terug (Esc knop)"/></a></div>'+
	'</div></div>';



