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

.hoverbox_h a
{
	cursor: default;
	
}

.hoverbox_h a .preview
{
	display: none;
	
}

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



.hoverbox_h img
{
	background: #fff;
	border-color: #000;
	border:thin;
	border-style: solid;
	border-width: 1px;
	color: #000;
	vertical-align: top;
	width: 100px;
	height: 133px;
}
	

.hoverbox_h li
{
	background: #eee;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inherit;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	
		
}


.hoverbox_h .preview
{
	border-color: #000;
	width: 400px;
	height: 500px;
	
}

