			body{ background:#D5DEE7; }
			a{ color:#FFF;}
			h3{
	color:#FFF;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 13pt;
	line-height: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
			
			.boxgrid{ 
				width: 233px; 
				height: 233px; 
				margin:0px; 
				float:left; 
				background:#161613; 
				border: 0px; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					border: 0px; 
				}
				.boxgrid p{
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 18px;
				}
				
			.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 50px;
	width: 100%;
	top: 233px;
 	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: 233px;
 					left: 0px;
 				}
 				.caption.boxcaption{
 					top: 210px;
 					left: 0px;
 				}
