#NewsPic
{
	position:relative;
	left:0px;
	top:0px;
	width:328px;
	height:229px;
	border:0;
	margin:0;
	padding:0; overflow:hidden;
}
#NewsPicTxt
{
	position: relative;
	width: 330px;
	height: 22px;
	border: 1px;
	margin: 0;
	padding-top: 5px;
	text-align: center;
	font-family: Sans-Serif;
	font-weight:bold;
	color: Black;
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#cccccc;
}
#NewsPicTxt a,#NewsPicTxt a:hover,#NewsPicTxt a:visited,#NewPicTxt a:link
{
	text-decoration:none;
	color:Black;
}
#NewsPicTxt a:hover
{
	color:Red;
}

#NewsPic a
{
	overflow:visible;
	width:100%;
	height:100%;
	border:0;
	text-decoration:none;
}
#NewsPic a:hover,#NewPic a:visited
{
	text-decoration:none;
}
#NewsPic .Picture
{
	position:absolute;
	left:0px;
	top:0px;	
}
#NewsPic .Nav
{
	position:absolute;
	width:100%;
	height:13px;
	line-height:14px;
	bottom:7px;
	right:1px;
	
}
#NewsPic .Nav span
{
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	float:right;
	display:block;
	width: 24px;
	height:100%;
	text-align:center;
	background: #000000;

	border-left:solid 1px #FFFFFF;
	
	cursor:pointer;
}
#NewsPic .Nav span.Cur
{
	background:#ce0609;
color:white;
}
#NewsPic .Nav span.Normal
{
color:white;
	background: #000000;
	filter: Alpha(opacity=50);
    opacity: .5;
}
#NewsPic .Nav span a
{
	color:white;
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
#NewsPic .Nav span a:hover
{
	cursor:pointer;

}
