
		
			
			.boxgrid{
	width: 86px;
	height: 95px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
	left: 0px;
			}
				.boxgrid img{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
				}
				.boxgrid p{ 
					
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 95px;
	width: 20px;
	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: #FFFFFF;
 			}
 				.captionfull .boxcaption {
	top: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	right: -20px;
 				}
 				.caption .boxcaption {
 					top: 220px;
 					left: 0px;
 				}
				
     
		
