.news-latest-container {
}
.news-single-item hr.clearer,
.news-latest-container hr.clearer{
	clear: both;	
}

.news-latest-item {
}

.news-single-item img,
.news-latest-item img {
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
	border: none;
}
.news-latest-item p {
}

.news-latest-morelink {
	float: right;
	background: url('../img/more_bg.jpg');
	background-position: top right;
	background-repeat: no-repeat;	
	height: 29px;	
	padding-right: 39px;
	margin-bottom: 22px;
}
.news-single-backlink {
	clear: both;
	float: left;	
	background: url('../img/back_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 39px;
	height: 29px;
	margin-bottom: 22px;
}

.news-single-backlink a,
.news-latest-morelink a{
	line-height: 29px;
	font-size: 0.8em;
	color: #666666;
}


