			*{ padding:0px; margin:0px; }
			.boxcaption h3{ margin: 8px 10px 0 10px; color:#FFF; font-size:18px; letter-spacing:-1px; font-weight: normal; text-shadow:1px 1px 0px #06C;  }
			
			.boxgrid{ 
				width: 222px; 
				height: 200px; 
				margin:11px; 
				float:left; 
				background: #161613; 
				border: solid 2px #B3D9F5;
				border-radius:4px;
				overflow: hidden; 
				position: relative; 
			}
			
			.boxgrid2 { 
				width: 228px; 
				height: 169px; 
				margin:11px; 
				float:left; 
				background: #161613; 
				border: solid 2px #B3D9F5;
				border-radius:4px;
				overflow: hidden; 
				position: relative; 
			}
			
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #09F; 
				height: 80px; 
				width: 100%; 
				opacity: .95; 
				/* 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: 116;
 					left: 0;
 				}
 				.caption .boxcaption {
	top: 163px;
	left: 0px;
 				}
				
			h3 a{}
