
.recent_project_listings {
	width: 790px;
	height: 160px;
	overflow: hidden;
	padding-left:48px;
	padding-top:10px;

}

.recent_project_listings ul li {
	width: 156px;
	height: 157px;
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 41px 0 0;
	padding: 0;
	background: url(/images/grids/bg.png) 0 0 no-repeat;
	position: relative;
}

.recent_project_listings .thumbInfo, .recent_project_listings .thumbImage, .recent_project_listings .thumbTail {
	
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	*cursor: hand;
}
	.recent_project_listings .thumbInfo { 
		width: 152px;
		height: 152px;
		left: -152px;
	}
		.recent_project_listings .thumbInfo p {
			margin-bottom: 1em;
			
		}
		.recent_project_listings .thumbInfo b, .recent_project_listings .thumbInfo strong { 
			font-weight: 550;
		}
		.recent_project_listings .thumbInfo label { 
			font-size: 9px;
			color: #555;
		}
	