.tabcontain ul.rsstabs {
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 0;
}
.tabcontain ul.rsstabs li {
	float: left;
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
	background-color: #ECECEC;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-right: 7px;
	color: #808080;
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
}
.tabcontain ul.rsstabs li.active {
	cursor: default;
	color: #202020;
	background-color: #DADADA;
}
.tabcontain {
	width: 100%;
	overflow: auto;
}
.tabcontain div.tabarea {ta
	padding-top: 5px;
	min-height: 60px;
}
.tabcontain ul.rss-items {
	list-style: none;
}
.tabcontain img {
  width: 100%;
}
