#services .entry {
	width: 118px;
	margin: 0 0 0 10px;
	float: left;
	border: 1px #999 solid;
	height: 170px;	
}

#services .entry:first-child{	
	margin: 0px;	
}

#services .entry h1{	
	margin: 5px 5px 0 5px;
	font-size: 15px;
	text-align: center;	
}

#services .entry h1>a{	
	text-decoration: none;		
}

#services img{	
	width: 100%;		
	height: 80%;
}

