#news dl {
	height: 90px;
}
#news dl dt {
	float: left;
	clear: left;
	border-right: 1px solid #DDD;
}
#news dt a:hover {
	border: 0;
}
#news dt a img {
	border: 1px dashed white;
}
#news dt a:hover img {
	border-top: 1px dashed #DDD;
	border-bottom: 1px dashed #DDD;
	border-left: 1px dashed #DDD;
}
#news dl dd {
	padding-left: 105px;
}