@charset "UTF-8";


#TPNiceSlideShow {
	z-index:5;
	
}

.TPNiceSlideShowGallery {
	overflow: hidden;
	position: relative;
}

.TPNiceSlideShowGallery img {
	border: 0;
	margin: 0;
}

.TPNiceSlideShowGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('loading-.gif');
}

.TPNiceSlideShowGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('loading-.gif');
}

.TPNiceSlideShowGallery .slideInfoZone {
	z-index: 10;
	text-indent: 0;
	overflow: hidden;
}

.innerSlideInfoZone {
	padding: 10px;
	
}
.innerSlideInfoZone div {
	color:#FFFFFF;
}

div.slideInfoZoneTitle a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:24px;
	line-height:28px;
	font-weight:700;
}

div.slideInfoZoneDescription {
	color:#FFFFFF;
}

div.slideInfoZoneReadMore a {
	color:#000000;
	background: url(../images/readmore.png) no-repeat;
	font-size:11px;
	display:block;
	height:22px;
	width:87px;
	text-decoration:none;
	line-height:22px;
	margin-top:5px;
	padding-left:15px;
}

#TPNiceSlideShowMenuWrp {
	float:left;
	width:50px;
}
#TPNiceSlideShowMenu {
	height: 180px;
	width: 280px;
	}
#TPNiceSlideShowMenu div {
	background: url(../images/bgmenu01.png) repeat-x 0 0;
	cursor: pointer;
	width: 278px;
	margin:0;
	
	
}
.TPNiceSlideShowMenuContent {
	overflow:hidden;
	height: 60px;
	
	


}
.TPNiceSlideShowMenuContent p {

padding-top: 7px;
}
.TPNiceSlideShowMenuContent img {
	border:2px solid #ffffff;
	padding:0;}
#TPNiceSlideShowMenu div:hover, #TPNiceSlideShowMenu div.active {
	width: 278px;
	cursor: pointer;
	height: 60px;
}
#TPNiceSlideShowMenu a {
	color:#FFFFFF;
	text-decoration:none;
	line-height:24px;
	font-weight:700;
	
 }
#TPNiceSlideShowMenu span {
padding:0 5px 0 5px;}
#TPNiceSlideShowMenu a span.tpnssmenu_title  {
	font-size:13px;
	font-weight:400;
	line-height:100%;
	padding:0;
}

#TPNiceSlideShowMenu a span.tpnssmenu_desc  {
	font-size:9px;
	line-height:11px;
	font-weight:400;
	padding:0;
	font-family:verdana,arial;
	color:#CFC;
}


#TPNiceSlideShowMenu a span.tpnsnumber {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding:0;
	color: #e7e7e7;
	margin-bottom: 0;
}


/* dont define width property here, it has defined with the php script */
.tpniceslideshow_scrollbar-vert {
	background: url(../images/scrollbg2.gif) repeat-y;}
.tpniceslideshow_handle-vert{
	height: 39px;
	background: url(../images/scrollno-trans.png) no-repeat;
}

.TPNSSwrapper {
	width: 920px;  /*定义slideshow的总宽度*/
	background-image: url(../bg_images/bg_TopSlide.jpg);
	height: 220px;
	padding: 10px 30px 10px 10px;
	background-repeat: no-repeat;
	margin: 20px 0 0;
			}

			#TPNiceSlideShowMenu div img {
				float: left;
				margin:  8px;

			}
			
	
			
			
			/*菜单项目*/
			.TPNiceSlideShowMenuContent {
			text-align: left;
			}
			
			/*SlideShow内容区域*/
			#TPNiceSlideShow {
	height: 220px;
	width: 600px;
	float: left;
			}
			
			/*右边滚动内容区域*/
			#TPNiceSlideShowMenuWrp {
	height: 120px;
	width: 278px;
	overflow:hidden;
	margin-top: 80px;
	margin-left: 20px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	float: right;
			}
			
			/*滚动条*/
			.tpniceslideshow_scrollbar-vert{
	height: 120px;
	width: 22px;
	float:right;
	margin-top: 80px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	}
			/*滚动条按钮*/
			.tpniceslideshow_handle-vert{
				width: 22px;
			}
			
			
			.TPNiceSlideShowMenuContent img{
			    width:50px;
				height:37px;
		    }
			
			div.TPNiceSlideShowMenuContent {
					
			width: 278px;
			}

