*{ padding:0px; margin:0px; }
			body{ background:#D5DEE7; }
			a{
	color:#fff;
	line-height: 20px;
}
			h3{ margin: 10px 10px 0 10px; width:129px; float:left; color:#FFF; font:11px Arial, sans-serif; letter-spacing:-1px; font-weight: bold; padding:0px; margin:0px;  }

			.boxgrid{
				width: 146px; 
				height: 146px; 
				float:left; 
				background:#161613; 
				overflow: hidden; 
				position: relative;
				left:0;
			}
				.boxgrid img{
					float:left;					
					border: 0px;
					margin:0px;
					padding:0px;
				}
				.boxgrid p{
					width:129px;
					float:left;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				    font-size:11px;
					margin:0px;
					padding: 5px 10px; 
					color:#afafaf;
					font-weight:bold;					
				}
				
			.boxcaption{ 
				float: left;
				position: absolute; 
				background: #b10000; 
				height: 45px;
				width: 148px; 
				opacity: .7; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 			.captionfull .boxcaption {
					width:146px;
					float:left;
 					bottom: -60px;
 					left: 0;
 				}
 			.caption .boxcaption {
					width:146px;
					float:left;
 					bottom:0px;
 					left: 0;
 				}	
