div.jd_news_scroll {
	position: relative;
	width: 190px;
	height: 190px;
	overflow:hidden;
}
div.jd_news_scroll ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll ul li {
	height:200px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	/*border-bottom: 1px dashed #888;*/
}
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;
}
