/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
	text-decoration:none;
}

.hoverbox a:hover .preview
{
	top: -110px;
	left: -470px;
}

.hoverbox li
{
	position: static;
}

.hoverbox img
{
	background: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	vertical-align: top;
}

.hoverbox {
	text-decoration:none;
}