.boxgrid{ 
	width: 150px; 
	height: 100px; 
	margin:10px 15px 0 0px; 
	float:left; 
	background:#f0f0f0; 
	border: solid 1px #8399AF; 
	overflow: hidden; 
	position: relative; 
	font-family:Verdana;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.cover{
	top:70px;
	cursor:pointer;
}
.boxgrid img.more{
	margin:7px 0 0 130px;
	*margin:5px 0 0 125px;
}
.boxgrid ul{ 
	color:#fff; 
	margin-left:25px;
	font-family:Tahoma;
	font-size:11px;
	margin:0px 0 0 25px;
	*margin-top:10px;
	padding:0px;
}
.boxgrid ul li{ 
	padding:0px;
	margin:0px;
	font-family:Verdana;
}

.boxcaption{ 
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.boxcaption a.more{ 
	margin:-3px 3px 0 0px !important;
	font-size:11px !important;
	float:right;
	display:block !important;
}
.boxcaption h3{ 
	color:yellow;
	font-size:12px;
	font-weight:normal;
	margin:0 0 1px 3px;
	padding:0px;
	font-family:Verdana;
}

.captionfull .boxcaption {
	top: 260px;
	left: 0;
}
.caption .boxcaption {
	top: 70;
	left: 0;
}
.caption .boxcaption a{
	color:#F2F200;
	font-size:12px;
	font-weight:normal;
	margin:-3px 0 0 94px;
	*margin:-10px 0 0 94px;
	display:block;
	font-family:Verdana;
}

