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