// remove the registerOverlay call to disable the close button
hs.registerOverlay({
	thumbnailId: null,
	useOnHtml: true,
	overlayId: 'closebutton',
	position: 'top left',
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});
hs.resizeDiv = 'wrap';
hs.graphicsDir = 'http://jf-larocca.com/wp-content/themes/CloudyPaper/highslide/graphics/';
hs.easing = 'easeOutExpo';
hs.easingClose='easeOutExpo';
hs.expandDuration= 300;
hs.expandSteps= 20;
hs.restoreDuration= 300;
hs.restoreSteps= 20;
hs.showCredits = false;
hs.outlineWhileAnimating = true;
hs.align = 'center';
hs.Expander.prototype.onImageClick = function (sender) {
   return false;
}
