div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 98%;
	height: 80px;
	border: 0px solid #505050;
}
div.jd_news_scroll ul2 {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll ul2 li {
	height: 16px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #888;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	color: #AAA;
}
div.jd_news_scroll ul2 li.hover {
	background-color: #E4E4EF;
	background-color: #7FFF00;
	color: #888;
	cursor: default;
}
div.jd_news_scroll li a {
	font-weight: normal;
	color: #336699;
}

