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