/*¹ã¸æÂÖÏÔ*/
img{border:0px;}
.floatPic {
	border: 1px #ccc solid;
	background: #fff;
	position: relative;
}

#newsPic {
	position: relative;
}

#newsPic a {
	text-decoration: none
}

#newsPic a:hover {
	text-decoration: none
}

#newsPic a:visited {
	text-decoration: none
}

#newsPic img.picture {
	left: 0px;
	top: 0px;
	width:200px;height:150px;
	position: absolute;
}

#newsPic .nav {
	right: 2px;
	bottom: 2px;
	position: absolute;
	height: 12px;
}

#newsPic .nav span {
	display: block;
	background: #000000;
	float: right;
	font: 10px courier;
	border-left: #ffffff 1px solid;
	width: 24px;
	cursor: hand;
	color: #ffffff;
	height: 100%;
	text-align: center
}

#newsPic .nav span.Cur {
	background: #ff0000;
	color: #fff;
}

#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%
}

#newsPic .nav span a:hover {
	cursor: pointer
}


#newsPicTxt {
	margin: 3px auto 0px;
	padding: 0px;
	height: 0px;
	border-width: 1px;
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: sans-serif;
	position: relative;
	text-align: center;
}

#newsPicTxt a {
	color: black;
	text-decoration: none
}

#newsPicTxt a:hover {
	color: black;
	text-decoration: none
}

#newsPicTxt a:visited {
	color: black;
	text-decoration: none
}

#newsPicTxt a:link {
	color: black;
	text-decoration: none
}

#newsPicTxt a:hover {
	color: red
}
