/* <![CDATA[ */
function startTPNiceSlideShow() {
	var TPNiceSlideShow = new TPSlideShowClass($('TPNiceSlideShow'), {
		timed: true,
		showInfopane: true, 
		showMenu: true,
		embedLinks: true,
		fadeDuration: 1500, 
		readMore: false,
		readMoreText: '詳しくはこちら', 
		showTitle: true, 
		titleLink: true,
		showDescription: true, 

		scrollBar: true, 
		itemCount: 5, 
		scrollBarContent:	$('TPNiceSlideShowMenuWrp'),
		scrollBarArea: $('tpniceslideshow_scrollbar'),
		scrollBarHandle: $('tpniceslideshow_handle'), 

		delay: 5000
	});
}
window.onDomReady(startTPNiceSlideShow);

/* ]]> */
