*{
	padding:0px;
	margin:0px;
}

a{
	color:#C8DCE5;
}

h2{
	margin:10px 0px;
}

.box{
	width:755px;
	margin-left:12px;
	margin-bottom:25px;
}

.box .clear{
	clear:both;
}

h3{
	margin:10px 10px 5px 10px;
	color:#FFF;
	font:10px "lr@SVbN";
	font-weight: bold;
}

.boxgrid{
	font-size:14px;
	width: 242px;
	height: 323px;
	margin-right:8px;
	float:left;
	overflow: hidden;
	position: relative;
}

.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxgrid table{
	margin:5px;
}

.boxgrid table tr td{
	color:#fff;
	font-weight:bold;
	font:10px Verdana, Arial, sans-serif;
	font-weight:bold;
	line-height:1.6em;
}

.boxcaption{
	text-align:left;
	float: left;
	position: absolute;
	background: #000;
	height: 120px;
	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)";
}

.captionfull .boxcaption{
	top: 330px;
	left: 0px;
}

.caption .boxcaption{
	top: 220;
	left: 0;
}