#home_news_list_mask {
	width: 220px; 
	height: 100px; 
	position: relative; 
	overflow: hidden;
}
#home_news {
	position: absolute; 
	width: 220px;
}

#home_news_list {
	
}

#home_news_list li {
	height: 100px;
}

#home_news_list .home_news_date {
	text-align: right;
	color: #BBB;
	margin-bottom:5px;
}

#home_news_list .home_news_desc {
	line-height: 14px;
}

#home_news_list .home_news_separator {
	background-image: url("../images/home_news_separator.jpg");
	background-repeat: no-repeat;
	background-position: 20px center;
	height: 15px;
}
#home_news_list .newsImage {
	float: right;
	border: 2px solid #CCC;
}

.home_all_news {
	height: 15px;
	text-align: right;
}

.home_all_news a {
	text-decoration: underline;
}

.home_all_news a:hover {
	text-decoration: none;
}