.rss-items {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 1000px;
	margin: 0 auto;
}

.rss-items > .item {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0 10px;
	width: 240px;
	background: #F2F2F2;
}

.rss-items > .item > a {
	display: block;
	outline: none;
	position: relative;
	text-decoration: none !important
}.rss-items > .item > a > img {
	width: 100%;
	border: 0;
	display: block;
}.rss-items > .item > a > span {
	display: block;
	padding: 10px;
	text-align: center;
	color: #FFF;
	background: #999;
	margin-top: 50px;
}.rss-items > .item > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 0 1px rgba(0,0,0,.1);
	top: 148px;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}.rss-items > .item > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url("../../images/rss/sprites.png") 0 0 no-repeat;
	z-index: 1;
	top: 150px;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}.rss-items > .item.photos > a:after {
	background-position: -50px 0;
}.rss-items > .item.news > a:after {
	background-position: -100px 0;
}.rss-items > .item.business > a:after {
	background-position: -150px -1px;
}.rss-items > .item.international > a:after {
	background-position: -200px -1px;
}.rss-items > .item.sports > a:after {
	background-position: 0 -50px;
}.rss-items > .item.features > a:after {
	background-position: -50px -50px;
}.rss-items > .item.opinion > a:after {
	background-position: -100px -50px;
}.rss-items > .item.blogs > a:after {
	background-position: -150px -50px;
}
