			a{
	color:#FFF;
	text-decoration: none;
}
            a:hover {
	color:#F90;
	text-decoration: none;
}

			h3{
	color:#FFF;
	font-family: arial;
	;
	letter-spacing:-1px;
	font-weight: bold;
	margin-top: 90px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 24px;
}
.done-works {
	color: #FAA634;
}
			
			.boxgrid{
	width: 190px;
	height: 190px;
	float:left;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	border: 2px solid #484241;
			}
				.boxgrid img{
	position: absolute;
	left: 0;
	padding: 0px;
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				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: 190px;
	left: 0;
 				}
 				.caption .boxcaption {
	top: 190px;
	left: 0;
 				}

