/* news_scroller css */
#news_scroller {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 350px; /* important */
	height: 150px; /* important */
	background: #FFF;
}

#news_scroller_frame {position: relative}
#news_scroller_frame img {position: absolute;}
#news_scroller_previous {top: 150px; left: 0;}
#news_scroller_next {top: 150px; left: 172px;}

#news_scroller_content {
	position: absolute;
	margin-top: 20px;
	left: 0;
}

.news_scroller_item {
	padding: 5px 0px;
	height: 162px;
	background: #fff;
	text-align: left;
}

.news_scroller_item h4 {
color: #000;
}

.news_scroller_item p {
color: #000;
}

#container_bd .news_scroller_item a {
	color: #ff0;
	text-decoration: underline;
}

#container_bd .news_scroller_item a:hover {color: #0f0;}
