div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 130px;
	border: 1px dotted #aaaaaa;
	overflow: hidden;
}
div.jd_news_scroll ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 200px;
}
div.jd_news_scroll ul li {
	height: 64px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 10px;
	border-bottom: 1px solid #888;
	font-size: 10px;
	white-space: normal;
}
div.jd_news_scroll ul li.hover {
	background-color: #eeeeee;
	color: #888;
	cursor: default;
}
div.jd_news_scroll li a {
	font-weight: normal;
}
