﻿#NewsPic {
	position: relative;
	width: 584px;
	height:332px;
	overflow: hidden;
}
#NewsPic a {visibility: hidden; display: none;overflow: visible; border: 0;text-decoration: none; }
#NewsPic a.cur {visibility: visible; display: block;}
#NewsPic .Picture { position: absolute; left: 0; top: 0; }
#NewsPic .Nav { position: absolute; height: 54px; bottom: -40px; right: 5px;z-index:1000; }
	#NewsPic .Nav span {
		float: right;
		display: block;
		width: 7px;
		height: 7px;
		cursor: pointer;
		margin-right: 5px;
		color: transparent;
		border-radius:4px;
	}
#NewsPic .Nav span.Normal { background-color:rgba(255,255,255,0.49)}
		#NewsPic .Nav span.Cur {
			background-color: rgba(255,255,255,1);
		}
#NewsPicTxt a{color:white;width:97%;float:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#NewsPicTxt {
	position: relative;
	height: 102px;
	overflow: hidden;
	z-index: 0;
	padding-left: 18px;
	padding-top: 18px;
	background-color: #6F1B19;
	font-size: 18px;
	font-weight: bold;
}
#NewsPicTxt a:link, #NewsPicTxt a:visited {text-decoration: none; }
/*	#NewsPicTxt a:hover {
		color: #C6AD78;
	}*/
#NewsPic img {vertical-align: top; border: 0; width: 100%; height: 332px;}