/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/highslide_doc/graphics/';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 155;
hs.captionEval = 'this.thumb.alt';
//hs.headingEval = 'this.a.title';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'text-controls',
		opacity: '1',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-115',
		relativeTo: 'viewport',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});

// Chinese traditional language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: '載入中...',
	loadingTitle: '取消',
	focusTitle: '置於最前',
	fullExpandTitle: '原始尺寸',
	creditsText: '此技術源於<i>Highslide JS</i>',
	creditsTitle: '查看 Highslide JS 官方首頁',
	previousText: '上壹張',
	nextText: '下壹張',
	moveText: '移動',
	closeText: '關閉',
	closeTitle: '關閉 (退出鍵)',
	resizeTitle: '調整尺寸',
	playText: '播放',
	playTitle: '播放幻燈片 (空格鍵)',
	pauseText: '暫停',
	pauseTitle: '暫停幻燈片 (空格鍵)',
	previousTitle: '上壹張 (左方向鍵)',
	nextTitle: '下壹張 (右方向鍵)',
	moveTitle: '移動',
	fullExpandText: '完整尺寸',
	number: 'Image %1 of %2',
	restoreTitle: '單擊關閉圖片,單擊不放拖動圖片。使用方向鍵進行圖片切換。'
};

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};

