div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 540px;
	height: 80px;
	left: 245px;
	top:5px;
	border: 0px solid #505050;
}
div.jd_news_scroll ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll ul li {
	height: 90px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 0px solid #888;
	white-space: nowrap;

}
div.jd_news_scroll ul li.hover {
	/*background-color: #E4E4EF;
	background-color: #efefef;*/
	color: #888;
	cursor: default;
}
div.jd_news_scroll li a {
	font-weight: normal;
	color: #336699;
}
