.boxgrid{
	width: 233px;
	height: 507px;
	margin:0px 6px 0px 0px;
	float:left;
	overflow: hidden;
	position: relative;
 cursor:pointer;
			}

div#HomeBox4
{
	margin-right: 0px;
	}
			
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
				}
.boxgrid p{ 
	padding: 0 10px; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #c19f63; 
	height: 400px; 
	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)";
 			}

.boxcaption h1, .boxcaption p
{
	padding: 15px;
    opacity: 1; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

.boxcaption h1
{
	color: #ffffff;
	}
			
.captionfull .boxcaption {
 	top: 860;
 	left: 0;
 	}
				
.caption .boxcaption {
	left: 0;
 	}
				
	
.cover {top: 400px;}


