@charset "utf-8";
/* CSS Document */

.boxgrid{
	width: 230px;
	height: 160px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 8px;
	padding: 0px;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{
	padding: 0;
	color:#afafaf;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
				}
				
			.boxcaption{
	float: left;
	position: absolute;
	height: 160px;
	width: 230%;
	opacity: 1;



				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color: #000000;
 			}
 				.captionfull .boxcaption {
	top: 160px;
	left: 0;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 230px;
 				}
 				.caption .boxcaption {
	top: 0px;
	left: 0;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 230px;
 				}

