
.cover{
width:100%; 
height:145px; 
background-color:#FFFFFF;
/*border:1px solid #aeaeae;*/

}

.cover img{

}

.boxgrid{ 
width: 100%; 
height: 145px; 
background:#BD1020; 
overflow: hidden; 
position: relative; 
cursor:pointer;
text-align:center;
vertical-align:middle;
float:left;

}

.boxgrid .Oneline{
color:#FFFFFF;
font-size:17px;
margin-top:65px;
font-weight:normal;
}

.boxgrid .Twolines{
color:#FFFFFF;
font-size:17px;
font-weight:normal;
}

.boxgrid div{ 
	position: absolute; 
	top: 0; 
	left: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption{ 
float: left; 
position: absolute; 
background: #000; 
height: 100px; 
width: 100%; 
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}


