.recentProjects {
	width: 364px; 
	float: left;
}

.recentProjects ul {	
	padding:0;
	margin:0;
}

.recentProjects ul li {
	margin-bottom: 20px;
	position: relative;
	width: 364px;
	height: 91px;
	overflow: hidden;
	cursor: pointer;
}


.recentProjects ul li .data{
	width: 364px;
	height: 91px;
	position: absolute;
	top:91px;
	left:0;	
}

.recentProjects  ul li .data div{
	width: 364px;
	height: 91px;
	position: absolute;
	top:0;
	left:0;
}

.recentProjects  ul li .data .background{
	background-color: #36ACDE;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.recentProjects  ul li .data .elements{
	padding: 20px;
}


.recentProjects  ul li .data {
	padding: 2px 11px;
	font-family: Georgia;
}

.recentProjects  ul li .data h4{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-style: italic;
}


.recentProjects  ul li .data h6{	
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

.recentProjects ul li .data h5{
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

