#widget_news {
  border: 1px solid;
  display: block;
  height: 125px;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	padding: 5px;
	color: #666666;
}
#widget_news .item {
	height: 110px;
}
#widget_news .topic a {
  color: #000000;
}
#widget_news .button {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 10px;
	margin-right: 0px;
	z-Index: 100;
  background-color: transparent;
	border: none;
}
#widget_news .button a {
	margin-left: 0px;
	border: 1px solid;
	float: left;
	width: 14px;
	height: 14px;
	line-height: 16px;
	font-size: 10px;
	font-family: Arial;
	text-align: center;
	background-color: #FFFFFF;
}
#widget_news .button a.current {
	color: red;
	background-color: #FFECF1;
}
