/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	margin:0;
}

.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: #257bb2 #1d608b #195277 #257bb2;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	vertical-align: top;
	width: 85px;
	height: 66px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 0 4px 4px 0;
	position: relative;
}

.hoverbox .preview
{
	border-color: #C9A45A;
	width:auto;
	height:auto;
	padding:3px;
	cursor:pointer;
}