.boxgrid
{ 
	width: 173px; 
	height: 476px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.leftimg
{ 
	margin-right:7px; 
}

.rightimg
{ 
	margin-right:0px; 
}

.boxgrid p
{ 
	padding: 0; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
	
.boxcaption
{ 
	text-align:center;
	float: left; 
	position: absolute; 
	background: #160B0B; 
	height: 576px; 
	width: 100%; 
	padding-left:5px;
	opacity: .5; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.boxcaption h3
{ 
	padding-top:7px;
	font-size: 16px;
	color: #fff;
}

.boxcaption a:visited, .boxcaption a:active, .boxcaption a:link , .boxcaption a:hover
{	
	color : #c0c0c0;
	text-decoration:none;
	background-color: #160B0B; 
}

.caption .boxcaption
{
	top: -50px;
	left: 0;
} 
