#eh-list-wrapper{
	width:100%;
	padding: 20px;
}

.eh-list-img
  {
  margin:8px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  border-radius: 3px;
  }
  
.eh-list-img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
  
.eh-list-img a:hover img
  {
  border:1px solid #0000ff;
  }

.eh-list-heading{
	height: 20px;
	color: #2E74B2;
	background-color: #C5DDFC;
	margin-right: 50px;
	margin-bottom : 30px;
	padding: 10px;
	border: 1px solid #2E74B2;
	border-radius: 3px;
	text-align: center;
	font:18px Tahoma, Arial, Helvetica, sans-serif;
}

.eh-list-desc{
  text-align: center;
  color: #2E74B2;
  font-size: 14px;
  padding: 4px;
  border-top: 1px solid #2E74B2;
}