#news_list
{
	width:			auto;
	padding:		0;

	overflow:		hidden;
}

#news_list LI
{
	margin:			0.5em;
	padding:		0.5em;

	overflow:		auto;
}

#news_list PRE
{
	font:			inherit;
}

#news_list IMG
{
	max-width:		100px;
	max-height:		100px;

	margin:			auto 1em auto auto;

	float:			left;
}

#news_list .even
{
	background-color:	#e9e9ff;
}

#news_list .odd
{

}

