/* =Hoverbox Code
----------------------------------------------------------------------*/
ul {
	float:none;
/*	margin:auto;*/
}

.hoverbox
{
	cursor: default;
	list-style: none;
	margin-left:-42px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border: 0.5ems #333;
	color: inherit;
	vertical-align: top;
	width: 70px;
	height: 60px;
}

.hoverbox li
{
/*	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;*/
 	float: left;
	display: inline;
 	margin: 0px;
	padding: 2px;
	position: relative;
}

.hoverbox .preview
{
	border: #333 0.5ems;
	width: 275px;
	height: 275px;
}