			/* <![CDATA[ */
			function startTPNiceSlideShow() {
				var TPNiceSlideShow = new TPSlideShowClass($('TPNiceSlideShow'), {
					timed: true, 				//自動スライドショー
					showInfopane: false,		//左の画像の上にインフォを表示する
					showMenu: true,				//右のリストを表示する
					embedLinks: true,
					fadeDuration: 500,			//フェードアニメの速さ
					readMore: true,				// 「続き」ボタンを表示するか否か
					readMoreText: 'Read More',	//「続き」ボタンのテキスト
					showTitle: true,			//タイトルを表示するか
					titleLink: true,			//タイトルにリンクつけるか
					showDescription: true,		//説明を表示するか
					scrollBar: true,			//スクロールバーを表示するか
					itemCount: 3,				//項目数
					scrollBarContent:	$('TPNiceSlideShowMenuWrp'),
					scrollBarArea: $('tpniceslideshow_scrollbar'),
					scrollBarHandle: $('tpniceslideshow_handle'),
					delay: 6000					//スライド切り替えの早さ
				});
			}
			window.onDomReady(startTPNiceSlideShow);
			/* ]]> */

