hs.graphicsDir = '/highslide/graphics/';
hs.showCredits = false;
hs.dimmingOpacity = 0.7;
hs.fadeInOut = true;
hs.align = 'center';
hs.useBox = true;
hs.width = 770;
hs.height = 536;
hs.headingEval = 'this.thumb.title';
hs.dragByHeading = false;
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2
});
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: false,
	thumbstrip: {
		mode: 'horizontal',
		position: 'below',
		relativeTo: 'image'
	}

});
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade'],
	wrapperClassName: 'hs-gallery'
};
