﻿.boxgrid
{
	width: 980px;
	height: 316px;
	float: left;
	background: #161613;
	overflow: hidden;
	position: relative;
}

.boxgrid img
{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption h3
{
	margin: 10px 10px 0 10px;
	color: #0af;
	font: 14pt Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	font-style: italic;
}

.boxcaption p
{
	padding: 5px 10px 0;
	/*color: #afafaf;*/
	color: #000;
	font-weight: bold;
	font-size: 10pt;
	font-family: "Lucida Grande" , Arial, sans-serif;
	/*font: 10pt "Lucida Grande" , Arial, sans-serif;*/
}

.boxcaption
{
	float: left;
	position: absolute;
	background-color: #fff;
	border-bottom: solid 1px #000;
	height: 70px; /* must change the js too */
	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)";
}
.captionfull .boxcaption
{
	top: -316px;
	left: 0;
}
.caption .boxcaption
{
	top: -316px;
	left: 0;
}
