			h3{ margin: 5px 5px 0 5px; color:#FFF; font:12px Arial, sans-serif; letter-spacing:1px; }
			
			.boxgrid{ 
				width: 140px;
				height: 100px; 
				border: #CCCCCC 1px solid;
				margin:10px;
				float:left; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 2px; 
					color:#dfdfdf; 
					font-weight:bold; 
					font:10px "Lucida Grande", Arial, sans-serif; 
					width: 130px;
				}
				
			.cover { top:-47px; margin:5px 5px 0 5px; }
			.cover p { margin:0px; }
			
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 42px; 
				width: 100%; 
				width: 130px;
				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: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
