/* =Hoverbox Code
----------------------------------------------------------------------*/

ul.hoverbox {
	cursor: default;
	list-style: none;
	display: flex;
	justify-content: center;
	max-width: 600px;
	flex-wrap: wrap;
}
.hoverbox a {
	cursor: hand;
}
.hoverbox a .preview {
	display: none;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -9px;
	left: -15px;
	z-index: 1;
}
.hoverbox img {
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	border:0px;
}
.hoverbox li {
	background: none;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 0px;
	position: relative;
}
.hoverbox .preview {
	width: 130px;
	height: 94px;
}
.hoverboxContainer {
	background-color:#fff;
	display:table;
	padding-top:10px;
	padding-bottom:10px;
}
