			*{ padding:0px; margin:0px; }
			a{ color:#fff; }
			h4{ margin: 10px; color:#fff; font:14px Arial, sans-serif; font-weight: bold;  }
			
			.boxgrid{ 
				width: 190px; 
				height: 191px; 
				float:left; 
				border: 10px solid #dcdcdc; 
				overflow: hidden; 
				position: relative; 
				margin-right:25px;
				margin-top:25px;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#fff; 
					font-weight:bold; 
					font:14px "Lucida Grande", Arial, sans-serif;
					line-height:20px; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #1e3462; 
				height: 191px; 
				width: 190px; 
				opacity: .5;
			
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 			}
 				.captionfull .boxcaption {
 					top: 190;
 					left: 0;
									
 				}
 				.caption .boxcaption {
 					top: 150;
 					left: 0;
					bottom:0;
 				}
				