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

.hoverbox a
{
	cursor: hand;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: #fff;

	vertical-align: top;
	}

.hoverbox li
{
	
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 150px;
}