@charset "utf-8";
/* CSS Document */
.boxgrid {
	width: 140px;
	height: 140px;
	margin:7px;
	float:left;
	background:#161613;
	border:#CCC 3px solid;
	overflow: hidden;
	position: relative;
}
.boxgrid:hover{
	border:#666 3px solid;	
}
div#gallery_wrap .boxgrid img{
	padding:0px;	
}
.boxgrid .captionfull img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 5px;
	color:#afafaf;
	font-weight:bold;
	font:10px "Lucida Grande", Arial, sans-serif;
}
span#caption_title {
	width:45px;
	height:13px;
	float:left;
	text-align:right;
	margin-right:5px;
}
.boxcaption {
	float: left;
	position: absolute;
	padding:1px;
	background: #000;
	height: 100px;
	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: 10;
	left: 0;
}
.caption .boxcaption {
	top:10;
	left: 0;
}
a#contact {
	color:#005FC6;
}
a#contact:hover {
	color:#afafaf;
	text-decoration:none;
}

