.row-fluid.items_list .news{
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	padding:0.5%;
	line-height:160%;
}
.row-fluid.items_list [class*="span"]{
	float:right;
	display:block;
}
.row-fluid.items_list .news h4{
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	color:#222;
}
.row-fluid.items_list .news img{
	width:90%;
	height:auto;
	margin:auto;
	display:block;
	background:url(images/loading_dark.gif) center center no-repeat #EFEFEF;
	border:1px solid #CCC;
	padding:0px;
}
.row-fluid.items_list .news .date{
	font-size:11px;
	color:#999;
	background:url(images/invoice.png) no-repeat top right;
	padding-right:20px;
	line-height:16px;
}
.row-fluid.items_list .news .time{
	font-size:11px;
	color:#999;
	background:url(images/full-time.png) no-repeat right top;
	padding-right:20px;
	line-height:16px;
}
.row-fluid.items_list .news .hits{
	font-size:11px;
	color:#999;
	background:url(images/hits.png) no-repeat right top;
	padding-right:20px;
	line-height:16px;
}
.row-fluid.items_list .news .owner{
	font-size:11px;
	color:#999;
	background:url(images/users.png) no-repeat right top;
	padding-right:20px;
	line-height:16px;
}
.row-fluid.items_list .news .desc{
	font-size:12px;
	color:#666;
}
.news4{
	width: 96%;
	margin: 2%;
	position: relative;
	float: right;
	overflow: hidden;
	border-radius: 7px;
	background: #037BC8;
}
.news4 .info{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 5px #111, -1px -1px 0 #111, 1px -1px 0 #111, -1px 1px 0 #111, 1px 1px 0 #111;
}
.news4 img{
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	float: right;
	width: 100%;
	opacity: 1;
}
.news4 img:hover{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
	opacity: 0.8;
}
.news4 .info a{
	color: #FFF;
}
.even > div{
	width: 98%;
	padding: 0.5%;
	margin: 0.5%;
}



