.highligh_products {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 30px 0 10px;
	display: none;
}
.highligh_products li {
	float: left;
	text-align: center;
	width: 110px;
	background: #f3f3f3;
	height: 160px;
	margin: 5px;
	position: relative;
}
.highligh_products a {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
}
.highligh_products strong {
	display: block;
	font-weight: 400;
	line-height: normal;
}

.highligh_products img {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -30px;
	bottom: 20px;
}

.highlight_element {
	position: absolute;
	top: 10%;
	left: 10%;
	background: #fff;
	padding: 3px;
	border: solid 1px #dadada;
	z-index: 1;
	border-radius: 3px;
	display: none;
}
