.hoverbox
{
	cursor: default;
	list-style: none;
}

.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
{
	color: inherit;
	background: #fff;
	border-color: #1f59d6;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
}

.hoverbox li
{
	border-width: 0px;
	color: inherit;
	display: inline;
	position: relative;
	left: -25px;

}

.hoverbox ul
{
	position:relative;
    left: -25px;

}

.hoverbox img.preview
{
	background: #fff;
	border-color: #1f59d6;
	border-style: solid;
	border-width: 1px;
}
