div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 92%;
	height: 120px;
	border: 0px solid #505050;
	text-align:left;
}
div.jd_news_scroll ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll ul li {
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 0px solid #888;
	font-family: Verdana;
	font-size: 10px;
	/*white-space: nowrap;*/
	color: red;
}