ul.lb {
  font: 10px Arial, Helvetica, sans-serif;
	display: block;
	height: 450px;
	width: 650px;
	margin: 0;
	background-color: #fff;
	list-style: none;
}

.lb li {
	display: table-cell;
	text-align: center;
	float: left;
	padding: 0 5px;
	height: 120px;
	width: 200px;
	padding-top: 8px;
	position: relative;
}

.lb a {
	text-decoration: none;
}

.lb img.imgbrand{
	height: 80px;
	max-width: 150px;
	border: 0px;
}

.lb span {
	display: none;
	height: 10px;
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	color: #000;
}

.lb a:hover span{
	display: block;
}

.lbImg {
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center;
	display:table-cell;
}

.lbImg img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	clear: both;
	margin: auto;
}

.lbImg span {
	position: absolute;
	width: 100%;
	margin: 0.5em;
	bottom: 2px;
	text-align: center;
	display: block;
}
