/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	display: block;
	float: left;
	position: relative;
	
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	margin: 39px 39px 39px 50px;
	z-index: 10;
}

.hoverbox img
{
	vertical-align: top;
	width: 15px;
	height: 19px;
	border: 0px;
}

.hoverbox .preview
{
	width: 151px;
	height: 188px;
}
