@charset "UTF-8";
/* CSS Document */

*{ padding:0px; margin:0px; }

			
.boxgrid{ 
	width: 314px; 
	height: 165px; 
	margin: 4px; 
	background:#545454; 
	border: 0px; 
	overflow: hidden; 
	position: relative; 
	}
	.boxgrid img{ 
		position: relative;
		width: 314px; 
		height: auto;  
		top: 0; 
		left: 0; 
		border: 0; 
		}
	.boxgrid p{ 
		padding: 2px 9px; 
		color:#ffffff; 
		font-weight:bold; 
		font:8pt "Lucida Grande", Arial, sans-serif;
		line-height:14pt; 
		}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #545454; 
	height: 70px; 
	top: 210px;
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	
.caption .boxcaption {
	top: 143px;
	left: 0;
	}
	
.placeholder{
	width: 314px;
	height: 165px;
	margin: 4px;
	border: 0px;
	overflow: hidden;
	position: relative;
	}
	.placeholder img{ 
		position: relative;
		width: 314px; 
		height: 165px;  
		top: 0; 
		left: 0; 
		border: 0; 
		}