#news {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -412px;
	padding: 0;
	width: 500px;
	text-align: left;
}

#news li {
	height: 90px;
	overflow: hidden;
	text-align: left;
	width: 500px;
	font-size: 12px;
	margin: 0 0 4px 0;
	color: #fff;
}

#news li.news_container a.image {
	position: absolute;
	left: 0;
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

#news li.news_container a.image img {
	min-width: 80px;
	min-height: 80px;
	margin: 0 6px 0 0;
	overflow: hidden;
}

#news h2 {
	margin: 0 0 0 87px;
}

#news h2 a {
	color: #e6bf1f;
}

#news div {
	height: 65px;
	margin: 2px 0 0 87px;
	background: transparent url('/images/commons/separator_.gif') repeat-x left bottom;
}

#news div a {
	color: #fff;
}

#news div a:hover {
	color: #e6bf1f;
}

#news .pages {
	text-align: right;
}

#news .pages img {
	margin: 0 0 0 10px;
}