
div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	height: 28px;
	/*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: 2px;*/
	/*padding-bottom: 1px;*/
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
	/*border-bottom: 1px solid #888;*/
	font-family: Verdana, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	color: #fff;
	list-style:none;
}
/*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;
}
