.hoverbox
{
	cursor: default;
	list-style: none;
	margin:0px;
	padding:0px;
}

.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: #333;
	border-style: solid;
	border-width: 0px;
	color: #fff;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

.hoverbox li
{
	border-width: 0px;
	color: inherit;
	background: #fff;
	border-color:#fff;
	border-style: solid;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #333;
	border-width:5px;
	width: 250px;
	height: 250px;
}
/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}