
#scr_container {
	height: 16px;	
	overflow: hidden;
	position: relative;
}
.scr_item {
	position: absolute;
	white-space: nowrap;
	cursor: default;
}
DIV.news_item, DIV.news_detail .info {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
	clear: both;
}
DIV.news_item A.title, DIV.news_detail .title {
	text-decoration: none;
	color: #487ab7;
	font-size: 13pt;
}
DIV.news_item A.title:visited {
	color: #85a3c4;
}
DIV.news_item A.title:hover {
	text-decoration: underline;
	color: #2a5688;
}
DIV.news_item .text {
	padding-top: 10px;
}
DIV.news_item .info, DIV.news_detail .info {
	color: #999999;
	text-align: right;
	padding-bottom: 2px;
	clear: both;
}
DIV.news_item DIV.img {
	float: left;
	margin-right: 5px;
}
