@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none; 
	border: 0;
}

h6 {
	font-size: 16px; 
	margin: 0; 
	color: #000; 
	padding-bottom: 4px;
}
  
 .box {
	width: 120px; 
	height: 110px; 
	float: left; 
	border: 8px solid #d8f2be;
	-moz-border-radius:4px 4px 4px 4px;
	margin: 5px;
}


.caption { 
	/*background-image:url(../images/bg.jpg); */
	background-position: top left;  
	width: 120px;
	height: 110px; 
	position: relative; 
	display: none;
	/*	float: left; 
position: absolute;*/ 
background: #FFFFFF; 
/*height: 186px; 
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)";
}

.caption span {
	position: absolute; 
	color: #666; 
	font-size: 12px; 
	text-align: left;
}

.projects_current{
	/*background:#d8f2be;*/
	width:585px;
	height:136px;

}

.clearboth { clear: both; }





