#NewsPic {
	border:0;
	margin:0;
	padding:0px;
	width: 110px;
	position: relative;
	height: 110px;
}
#NewsPicTxt {
	padding:0px;
	border:0px;
	font-weight:bold;
	font-size: 12px;
	margin: 3px auto 0px;
	width: 365px;
	color: black;
	position: relative;
	height: 0px;
	text-align:center;
}
#NewsPic .Picture {
	border:0px;
	left: 0px;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
}
#NewsPic .Nav {
	right: 5px;
	width: 100%;
	bottom: 0px;
	position: absolute;
	height: 12px;
}
#NewsPic .Nav SPAN {
	display: block;
	background: #000000;
	float: right;
	font: 10px Courier;
	border-left: #ffffff 1px solid;
	width: 24px;
	cursor:pointer;
	color: #ffffff;
	height: 100%;
	text-align:center;
}
#NewsPic .Nav SPAN.Cur {
	background: #019fe8;
	color: white;
}
#NewsPic .Nav SPAN.Normal {
	background: #000000;
	filter: Alpha(opacity="50");
	color: white;
	opacity: .5;
}
#NewsPic .Nav SPAN A {
	display: block;
	width: 100%;
	color: white;
	position: relative;
	height: 100%;
	text-decoration:none;
}