.work li{
	height:330px;
	float:left;
	margin-right:12px;
	margin-left:12px;
	margin-bottom:10px;
	padding:0;
	list-style-type:none;
	background-color:#fff;
}

.boxgrid{
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	width:270px;
	height:310px;	
	overflow:hidden;
	position:relative;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	border:1px solid #cccccc;
}
 
 .boxgrid img{position:absolute;top:0;left:0;border:0}

 .boxcaption{
	color:#fff;
	float:left;
	position:relative; 
	background:rgb(51,152,182);
	background:rgba(51,152,182,.9);
	height:300px;
	width:250px;
	padding:12px;
	margin-top:-35px;
	padding-bottom:35px;
}
.boxcaption .descr{
	color:#ffcc00;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:12px;
	display:block;
	text-shadow:none;
}

.boxgrid:active{border-top-width:0px;border-bottom-width:5px}


.boxcaption .title{
	text-align:left;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:12px;
	display:block;
	text-shadow:none
}


ul.homelist li span,ul.homelist2 li span{font-size:15px;font-weight:700;display:block}
