.productOuter{
	width: 100%;
	margin-bottom: 15px;
	float: left;
	position: relative;
	text-align: center;
}
.productImg{
	height: 175px;
	display: inline-block;
	display:table-cell;
	vertical-align: middle;
}
.productTitle{
	width: 100%;
	float: left;
	text-align: center;
}
.hoverLink{
	display: none;
	position: absolute;
	width: 100%;
	height: 175px;
	background: #999;	
	top: 0;
	left: 0;
	padding-top: 65px;
	text-align: center;
}
.hoverLink a{
	color: #fff;
}
.productOuter:hover .hoverLink{
	display: block;
}
.pageTitle{
	margin-bottom: 15px;
}
.desc-list{
	padding-left: 10px;
}