

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	list-style: none;
}

.hoverbox a
{
position:relative;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -30px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	width: 50px;
	height: 50px;
}

.hoverbox li
{
	background: transparent;
	color: inherit;
	display: inline;
        floating:left;
	position: relative;
        left:-16px;
        top:0px;
}

.hoverbox .preview
{
	border: 1px solid #000000;
	width: 120px;
	height: 120px;
}