//キャンプションの位置
	hs.captionOverlay.position = "rightpanel";
	hs.captionOverlay.width = "225px";
	
	hs.graphicsDir = '../com/highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.75;

	// define the restraining box
	hs.useBox = true;
	hs.width = 525;
	hs.height = 525;

	// Add the controlbar
	hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: 1,
			position: 'top left',
			hideOnMouseOut: true
		}
	});