/* <![CDATA[ */
			function startTPNiceSlideShow() {
				var TPNiceSlideShow = new TPSlideShowClass($('TPNiceSlideShow'), {
					timed: true,  //????
					showInfopane: true, //????
					showMenu: true,  //?????
					embedLinks: true, //????
					fadeDuration: 500, //??????
					readMore: true, // ??????
					readMoreText: 'Read More', //??????
					showTitle: true, //????
					titleLink: true, //????
					showDescription: true, //????
			
					scrollBar: true, //?????
					itemCount: 10,  //????,???????
					scrollBarContent:	$('TPNiceSlideShowMenuWrp'),  //????ID
					scrollBarArea: $('tpniceslideshow_scrollbar'), //?????
					scrollBarHandle: $('tpniceslideshow_handle'),  //?????
			
					delay: 3000 //????
				});
			}
			window.onDomReady(startTPNiceSlideShow);
			
			/* ]]> */