.InfoItems_Container {
	text-align: left;
	border: none;
	min-height: 500px;
	padding: 10px 0;
	margin: 0;
}

.InfoItems_Text {
	color: #666;
	font-size: 16px;
	font-style: italic;
	line-height: 19px;
	padding: 8px 0 12px;
	text-align: justify;
}

.InfoItems_Item {
	display: inline-block;
	width: 277px;
	height: 350px;
	background: rgba(0,0,0,0.05);
	border: 1px #DDD solid;
	margin: 15px 15px 0 0;
	position: relative;
	float: left;
	text-align: center;
}

.InfoItems_Item img {
	width: 100px;
	height: 100px;
	margin: 30px auto 3px;
	text-align: center;
	display: block;
}

.InfoItems_Item span {
	width: 277px;
	height: 60px;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	padding: 0 8px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.InfoItems_Item p {
	padding: 0 10px;
	text-align: center;
}

.InfoItems_Item a {
	width: 277px;
	height: 350px;
	background: rgba(230,230,230,0);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.InfoItems_Item a:hover {
	background: rgba(230,230,230,0.45);
}

.InfoItems_Item a div {
	width: 190px;
	position: absolute;
	bottom: -45px;
	left: 43px;
}
.InfoItems_Item a:hover div {
	bottom: 35px;
}