.home-news {
	/* background-image: url(images/home-news.jpg); */
	height: 206px;
	width: 357px;
	float: left;
	position: relative;
	font-size: 11px;
	color: #404438;
}
.news-text {
	position: absolute;
	top: 45px;
	width: 308px;
	height: 116px;
	overflow: hidden;
	margin-left: 45px;
}
.news-text    h1   {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #404438;
}
.home-news  ul {
	height: 115px;
	overflow: hidden;
}
.home-news  li {
	list-style-type: none;
}





































