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