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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}
.hoverbox a .preview2
{
	display: none;
}

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

.hoverbox img
{
	color: inherit;
	border: 1px solid #000;
	margin: 2px;
	vertical-align: top;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	border: 1px solid #3D3D3D;
	margin: 5px;
	position: relative;
}

.hoverbox .preview
{
	background: #000;
	width:400px;
	height:300px;
	z-index: 5;
}
.hoverbox .preview2 {
	background: #000;
	width:267px;
	height:400px;
	z-index: 5;
}