div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 98%;
	height: 85px;
	/*border: 1px solid #505050;*/
}
div.jd_news_scroll ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll ul li {
	height: 16px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	color: #AAAAAA;
}
div.jd_news_scroll ul li.hover {
	/*background-color: #E4E4EF;*/
	/*background-color: pink;*/
	color: #888;
	cursor: default;
}
div.jd_news_scroll li a {
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}

div.jd_news_scroll li a:hover {
	font-weight: normal;
	color: #336699;
	text-decoration: underline;
}