hs.graphicsDir = '/js/highslide/graphics/';
hs.creditsPosition = 'top center';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.35;
hs.dimmingDuration = 25;
//hs.align = 'center';
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.enableKeyListener = false;
//hs.headingEval = 'this.thumb.alt';
//hs.headingOverlay.position = 'bottom center';
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="ĐÓNG KHUNG"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});
