.vtem-boxgrid{  
	margin:5px;  
	float:left;  
	overflow: hidden;  
	position: relative;
	cursor:pointer;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}  
.vtem-boxgrid img{  
	position: absolute;  
	top: 0;  
	left: 0;  
	border: 0;
	width:100%;
	height:100%;
}  
.caption .box-caption,.captionfull .box-caption{  
	float: left;  
	position: absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity: .8;  
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
}  
.vtemnewsbox_inside{padding:10px;}
.vtemnewsbox_inside .vtem_news_box_title{font-size:18px; padding:0 0 5px 0; margin:0 0 10px 0; line-height:normal;}
.vtemnewsbox_inside a{text-decoration:none;}
.vtemnewsbox_inside a:hover{text-decoration:underline;}
.vtemnewsbox_inside .vt_readmore a{
	float:right;
	text-transform:uppercase;
	margin:5px 0;
	font-size:80%;
	background:url(arrow.gif) left center no-repeat !important;
	padding:0 0 0 12px;
}
.captionfull .box-caption,  
.caption .box-caption{left: 0;}  
.clearfix:before, .clearfix:after{content: ""; display: table;}
.clearfix:after{clear: both;}
.vtem-imagelink{width:100%; height:100%; display:block; z-index:5; position:absolute; left:0; top:0; text-decoration:none !important;}