.boxgrid
{
	width: 194px;
	height: 147px;
	float:left;
	overflow: hidden;
	position: relative;
	text-align:center;
} 
.boxgrid img
{ 
	position: absolute; 
	width: 184px; 
	height: 137px; 
	top: 0; 
	left: 0;
	border: 0;
	margin: 0 auto;
	text-align:center;
	margin-top:5px;
	margin-left:5px;
}
.boxgrid p
{ 
	/*padding-top:50px; */
	
}
.boxgrid a
{ 
	padding-left:10px;
	color:#ffffff; 
	font-weight:bold; 
	font:12px "CenturyGothicRegular", Arial, sans-serif;
	text-decoration:none; 
}
.boxcaption
{
	float: left;
	position: absolute;
	height: 147px;
	width: 194px;
	top:0px;
	cursor: hand;
	background-repeat: repeat;
	background-image:url(../images/bg1sub.png);
	/*background-color:#860000;
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;*/

 }
.captionfull .boxcaption
{
 	top: 0;
 	left: 0;
	position:absolute;
}
.caption .boxcaption
{
 	top: 0;
 	left: 0;
}
