.boxgrid {
    width: 120px;
    height: 120px;
	
    margin: 5px;
    float: left;
    border: solid 1px #aaa;
    overflow: hidden;
    position: relative;
	
	background-position: top center;
	background-repeat: no-repeat;
}

.boxgrid p {
	font-size:10px;
    padding: 0 5px;
    color: #fff;
    font-weight: bold;
}

.boxcaption {
    float: left;
    position: absolute;
    background: #000;
    height: 120px;
    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)";
}


.cover {
	top:120px;
}

.captionfull .boxcaption{
	top: 50;
 	left: 0;
}







#gallery_container{
	margin: 20px 0px 0px 0px;
	clear:both;
		
}

.image_box{
	width:116px;
	height:150px;
	float:left;
	border:1px solid #DDD;
	padding:4px;
	margin-right:5px;
	margin-bottom:5px;
}

.image_box_image{
		width:110px;
		height:110px;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 0 auto;
		margin-bottom:2px;
		border:1px solid #fff;
}

.image_box_image:hover{
	border:1px solid #666;
}

.image_box_label{
		text-align:center;
		padding-top:2px;
		margin: 0 auto;
		font-family: arial;
		font-size:11px;
}

.image_box_label a:hover{
		font-family: arial;
		font-size:11px;
		text-decoration:underline;
}












