.hoverboxH
{
	cursor: default;
	list-style: none;
}
.hoverboxH a
{	cursor: default; }
.hoverboxH a .preview
{	display: none; }
.hoverboxH a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverboxH img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 150px;
	height: 179px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}
.hoverboxH li
{

	color: inherit;
	display: inline;
	float: left;
	position: relative;
}
.hoverboxH .preview
{
	border-color: #000;
	width: 300px;
	height: 357px;
}