.boxgrid{
	width: 129px;
	height: 129px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
        margin: 3px;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	/*border: 0;*/
}
.boxcaption{
	float: right;
	background-color:#C00;
	text-align: right;
	position: absolute;
	color: #FFF;
	height: 25px;
	width: auto;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
.boxcaptionsmall { font-size: 7pt; text-align: left; }
.captionfull .boxcaption {
 	top: 129px;
 	left:2px;
	padding: 0 5px;
 }
.caption .boxcaption {
 	top: 110px;
 	left: 2px;
 }

 #featuredmerch {
     text-align: center;
}
