@charset "UTF-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}
.boxgrid {
	width: 362px;
	height: 206px;
	float:left;
	overflow: hidden;
	position: relative;
}
.boxgrid a {
	color:#B5B5B5;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
}
.boxgrid a:hover {
	color:#FFF;
	background-image: url(../images/layout/line_t.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.boxgrid h3 {
	color:#FFF;
	letter-spacing:-1px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14pt;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10pt;
}
.boxcaption {
	float: left;
	position: absolute;
	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)";
	background-color: #000;
}
.captionfull .boxcaption {
	top: 220px;
	left: 0px;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}
