div.itbcms_iboxV1_container{
	width: 960px;
	margin-top: 10px;
}
div.itbcms_iboxV1{
	display: inline-block; position: relative;
	width: 314px; height: 140px;
	margin: 2px 2px; padding: 0px;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
span.iboxV1_desc_band{
	display: block;
	position: absolute;
	width: 100%;
	line-height: 24px; font-size: 18px;
	text-align: right;
	bottom: 0px;
	background-color: rgba(0,0,0,0.75);
	color: white;
}
span.iboxV1_desc_band:after {
    content: attr(data-after);
    color: green;
    font-weight: bold;
}
a.iboxV1_boxcover{
	display: block;
	position: relative;
	width: 314px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background-color: rgba(0,0,0,0.05);
	background-image: url('/images/transparent.png');
	background-size: cover;
}
a.iboxV1_boxcover:hover{
	background-color: rgba(255,255,255,0.05);
}