.container {
	border: 0px solid #0099cc;
	width: 300px;
	overflow: hidden;
	margin:0;
	padding: 7px 0 4px;
}
#container_wide {
	width: 1200px;
    position: relative;
}
.product_container {
	text-align: center;
	width: 300px;
	float: left;
	position: relative;
    display: none;
}
.product_container img {
    width: 86px;
    border: 1px solid #D8DBE0;
}
.product_container a {
	margin: 0 3px;
	position: relative;
}
.nav {
	width: 300px;
	margin: 0 auto;
	text-align: right;
}
.boxgrid{ 
	width: 300px; 
	height: 223px; 
	margin:0; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 31px; 
	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)";
}
	.captionfull .boxcaption {
		top: 192px;
		left: 0;
	}
	.caption .boxcaption {
		top: 192px;
		left: 0;
	}