@charset "utf-8";
/* CSS Document */

/**********************BOXES*********************/
.box{
	width:660px; 
	height:260px; 
	margin:12px; 
	float:left; 
	background:#ffffff; 
	overflow: hidden;
	position: relative; 
	cursor:pointer;
	
}
		
.boxgrid{ 
	width:170px; 
	height:70px;
	background:#518020; 
	overflow: hidden; 
	position: relative;
	cursor:pointer;
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
}

.boxgrid img{
	position: absolute;
	border: 0;
	left: 0px;
	top: 0px;
}
	
.boxgrid p{
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}
