
/* =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: 1px solid #525252;
	/*color: inherit;*/
	vertical-align: top;
	width: 90px;
	height: 60px;
}

.hoverbox li
{
	/*background: #eee;*/
	border: 1px solid #525252;
	/*color: inherit;*/
	display: inline;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #525252;
	width: 200px;
	height: 133px;
}