.boxgrid{
	overflow: hidden;
	position:relative;
}

.boxgrid img{
	z-index:10;
}

.boxgrid img.def{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxgrid p{
	padding: 4px 10px 0px 12px;
	font-weight:bold;
	font:12px "Lucida Grande", Arial, sans-serif;
}

.boxgrid p.small{
	padding: 2px 10px 0px 10px;
	font:10px "Lucida Grande", Arial, sans-serif;
}

.boxgrid h3{ margin: 10px 10px 0 10px; color:#91a400; font:24px Verdana, arial, sans-serif; font-weight: bold;  }
.boxgrid h4{ margin: 4px 10px 0 10px; color:#91a400; font:16px Verdana, arial, sans-serif; font-weight: bold;  }
.boxgrid h5{ margin: 4px 10px 0 10px; color:#91a400; font:12px Verdana, arial, sans-serif; font-weight: bold;  }

.boxcaption{
	float: left;
	position: absolute;
	background: #FFF;
	opacity: .85;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	text-align:left;
	z-index:20;
}

.huge-caption{
	width: 325px;
	top: 0px;
	left: 995px;
	height: 440px;
}
.home1-caption{
	width: 660px;
	top: -200px;
	left: 0px;
	height: 50px;
	padding:10px 0 10px 0;
}
.medium-caption{
	width: 325px;
	top:-240px;
	left:0px;
	padding:10px 0 10px 0;
	height: auto;
}
.zoom-caption{
	width: 660px;
	bottom: -50px;
	left: 0px;
	height: 50px;
}
.gal-caption{
	width: 188px;
	top:-90px;
	left:0px;
	height: auto;
	padding: 0 0 5px 0;
}

.huge .zoom-caption{
	width: 995px;
	bottom: -50px;
	left: 0px;
	height: 50px;
}

