﻿div.imgBlock 
{
	width: 170px;
	height: 160px;
	line-height: 160px;
	text-align: center;
	border: solid 1px #000000;
	display: block;
	float: left;
	margin: 15px;
	background-color: #ffffff;
}

div.imgBlock span 
{
	line-height: 160px !important;
}

div.imgBlock img 
{
	vertical-align: middle !important;
}