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

