.vtemboxgrid{  
	margin:8px;  
	float:left;  
	overflow: hidden;  
	position: relative;

}  
.vtemboxgrid img{  
	position: absolute;  
	top: 0;  
	left: 0;  
	border: 0;  
}  
.boxcaption{  
	float: left;  
	position: absolute;
	width:100%;
	height:100%;
	background:#272828;
	opacity: .9;  
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);  
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";  
}  
.vtemnewsbox_inside{padding:5px;}
.vtemnewsbox_inside .vtem_news_box_title{font-size:14px; padding: 0px 0 15px 0; color:#ff0000;
text-align: center;}
.vtemnewsbox_inside a{text-decoration:none;}
.vtemnewsbox_inside a:hover{text-decoration:underline;}
.vtemnewsbox_inside .vt_readmore a{
	float:right;
	text-transform:uppercase;
	margin:80px 80px;
	font-size:80%;
	background:url(arrow.gif) left center no-repeat !important;
	padding:0 0 0 12px;
font-size:14px;
}
.captionfull .boxcaption,  
.caption .boxcaption{left: 0;}  