
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	/*cursor: default;*/
	list-style: none;
}

.hoverbox a
{
	/*cursor: default;*/
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #154399;
	border-style:solid;
	border-width:1px;
	color:inherit;
	padding:2px;
	vertical-align:top;
	/*width:106px;*/
	height:84px;
}

.hoverbox li
{
	background: #fff;
	color: inherit;
	display: inline;
	float: left;
	margin:0 30px 12px 0;
	position: relative;
}
.hoverbox li.last { margin-right:0; }

.hoverbox .preview
{
	border-color: #.hoverbox li;
	/*width: 200px;*/
	height: 210px;
}