@charset "utf-8";
			h3{
	margin: 10px 10px 0 10px;
	color:#FFF;
	font:13pt Arial, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
}

			
			.boxgrid{
	width: 180px;
	height: 120px;
	float:left;
	background:#161613;
	border: 2px solid #CCCCCC;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-right: 11px;
	margin-bottom: 10px;
			}

				.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 180px;
	height: 120px;
				}

				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}

				
		

				
			.boxcaption{
	float: left;
	position: absolute;
	height: 74px;
	width: 100%;
	opacity: .7;








				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	background-color: #8d4421;
 			}


 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}

/* CSS Document */

 				.caption .boxcaption {
	top: 80px;
	left: 0;
 				}
.caption    .boxcaption a   {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 74px;
}
