
#news .contentContainer {
	padding: 0;
}
#news ul, #news ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}
#news {
	height: 400px;
}
#news ul {
	height: 310px;
	overflow: auto;	
}
#news ul, #more_in_the_news_link {
	padding: 5px;	
}
#more_in_the_news_link {
	text-align: center;
}
#news ul li {
	margin-bottom: 1em;
}

#news .in_the_news_date, #news .in_the_news_src {
	display: block;
	font-size: 11px;
}