div.jd_news_scroll {
	position: relative;
	width: 128px;
	height: 313px;
	margin: 0 auto;
	overflow: hidden;
	/*background-color: #000000;*/
}
div.jd_news_scroll ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	/*padding-left: 3px;*/
}
div.jd_news_scroll ul li {
	/*height: 30px;*/
	width: 130px;
	margin: 0px;
	padding: 0px 0 3px 0;
/*	border-bottom: 1px solid #888; */
	white-space: nowrap;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
div.jd_news_scroll li a:hover {
	color: #fccd07;
	cursor: default;
}
div.jd_news_scroll li a {
	font-weight: normal;
	color: #ed1c24;
}

/* IE6 Only */
* html div.jd_news_scroll ul li {
	padding-top: 3px;
	font-size: .9em;
	line-height: 1.1em;
	}
	
/* IE7 Only */
*:first-child+html div.jd_news_scroll ul li {
	padding-top: 3px;
	font-size: .9em;
	line-height: 1.1em;
	}