@charset "utf-8";
/* CSS Document */
			

.boxgrid{ 
			
				z-index: 2;
				width: 160px; 
				height: 400px; 
				margin: 0px;
				float:left; 
				border: none;
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 30px 0 0 0; 
					color:#FFF; 
					line-height: 1.2em;
					font-size:0.9em;
					font-family: Arial, sans-serif;
					font-weight: normal;	
				}
				.boxgrid h3{ 
					padding: 0 10px; 
					color:#FFF; 
					font-size:1.2em;
					font-family: Arial, sans-serif;
					font-weight: bold;	
				}
				
				.boxgrid a:link{ 
					text-decoration: none; 
					color:#FFF;
				}
				.boxgrid a:visited{ 
					text-decoration: none;
					color:#FFF;
				}
			
			.boxcaption{ 
				text-align: center;
				float: left; 
				position: absolute; 
				color:#FFF; 
				background: #000; 
				height: 300px; 
				width: 100%; 
				opacity: 0.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: 350px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 150px;
 					left: 0;
 				}