function startTPNiceSlideShow() {
				var TPNiceSlideShow = new TPSlideShowClass($('TPNiceSlideShow'), {
					timed: true,
					showInfopane: 0,
					showMenu: true,
					embedLinks: true,
					fadeDuration: 1000,
					readMore: true,
					readMoreText: 'CLICK!',
					showTitle: 0,
					titleLink: 0,
					showDescription: 0,
			
					scrollBar: true,
					itemCount: 7,
					scrollBarContent:	$('TPNiceSlideShowMenuWrp'),
					scrollBarArea: $('tpniceslideshow_scrollbar'),
					scrollBarHandle: $('tpniceslideshow_handle'),
			
					delay: 6000
				});
			}
			window.onDomReady(startTPNiceSlideShow);
			
