
// Load highslide chrome
hs.registerOverlay({
	overlayId: 'closebutton',
	position: 'top right',
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});

// Highslide config
hs.graphicsDir = 'assets/images/highslide/graphics/';
hs.captionEval = 'this.thumb.title';
hs.showCredits = false;
