/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
	position: relative;
}

.hoverbox a:hover
{
	z-index: 100;
}
.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	padding: 2px;
	vertical-align: top;
	height: 360px;
	border-color:#000000;
}

.hoverbox .preview
{
	background: #E2EFD2;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	width:280px;
	height: 375px;
}