/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {
	cursor: default;
	list-style: none;
	width: 99%;
	position: relative;
	left: -28px;
	margin: 20px 0;
}
.hoverbox a {
	cursor: default;
}
.hoverbox a .sq1 {
	display: none;
}
.hoverbox a:hover .sq1 {
	display: block;
	position: absolute;
	top: -45px;
	left: -20px;
	z-index: 1;
}
.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 65px;
	height: 65px;
}
.hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	text-align: center;
}
.hoverbox li div {
  clear: left;
  text-align: center;
  font-size: .9em;
  margin: 3px 0 0;
}
.hoverbox .sq1 {
	border-color: #000;
	width: 115px;
	height: 115px;
}
