.news-block-small img {
	width: 100%;
	transition: all 0.4s;
}
.news-block-small {
	margin-top: 15px;
	margin-bottom: 30px;
}
.news-block-small .image {
	background: #000;
	position: relative;
}
.news-block-small .image span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -45px;
	float: left;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s;
}
.news-block-small:hover .image span {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.4s;
}
.news-block-small:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: all 0.4s;
}
.news-block-small a {
	text-decoration: none !important;
}
.news-block-small h3.ccm-page-list-title {
	background: #EEEEEE;
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px !important;
	border-bottom: 5px solid #EEEEEE;
	color: #0065a5 !important;
	height: 100px;
	font-size: 14px;
	line-height: 17px;
	transition: all 0.4s;
	margin-top: 0;
}
.news-block-small:hover h3.ccm-page-list-title {
	border-bottom: 5px solid #0065a5;
	transition: all 0.4s;
}
.news-block-small h3.ccm-page-list-title div {
	color: #3c3e3f !important;
	margin-top: 10px;
	font-size: 12px;
}