

/* =Hoverbox Code
----------------------------------------------------------------------*/

.footerbox
{
	cursor: default;
	list-style: none;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin-bottom:20px;

	
	
}

.footerbox a
{
	cursor: default;
}

.footerbox a .preview
{
	display: none;
}

.footerbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.footerbox img
{
	background: white;
	color: inherit;
	vertical-align: top;
	width: 80px;
	height: 80px;
	
}

.footerbox li
{
	background: transparent;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
	font-family: verdana;
	text-align: center;
	
}


.footerbox .preview
{
	
	width: 160px;
	height: 160px;
	margin-top:5px;
	margin-left: 10px;
	cursor: pointer;
}