﻿#hotpic {
	width:705px;
	height:248px;
	overflow: hidden;
	margin: 0 auto;
}
#NewsPic {
	position: relative;
	width:705px;
	height:245px;
	overflow: hidden;
}
#NewsPic a {
	overflow: visible;
	border: 0;
	text-decoration: none;
}
#NewsPic .Picture {
	position: absolute;
	left: 0;
	top: 0;
}
#NewsPic .Nav {
	position: absolute;
	height: 13px;
	line-height: 14px;
	bottom:10px;
	right: 0;
}
#NewsPic .Nav span {
	font-size: 12px;
	font-weight: 400;
	color: #333;
	float: right;
	display: block;
	width: 18px;
	height:20px;
	line-height:20px;
	text-align: center;
	background: #fff;
	border:1px solid #ddd;
	cursor: pointer;
	margin-right:5px;
}
#NewsPic .Nav span.Normal {
	color: #333;
	background: #fff;
	filter: Alpha(opacity=50);
	opacity: .5;
}
#NewsPic .Nav span.Cur {
	background:#045D97;
	color: #FFF;
}