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


* html .hoverbox a
{
	position: relative;
	width: 1px;
}

* html .hoverbox a:hover
{
	font-size: 99.9%;
	z-index: 1;
}

* html .hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
	}

* html .hoverbox li
{
	position: static;
	}
