/**
 * highslide settings
 * 
 * @author mp
 * @see highslide.js
 */
hs.align                  = 'center';
hs.allowMultipleInstances = false;
hs.graphicsDir      	  = '/tsign/library/js/highslide/4.1.4/graphics/';
hs.outlineType            = 'rounded-white';
hs.showCredits      	  = false;
hs.wrapperClassName 	  = 'draggable-header';

//Closebutton
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});

