/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{

	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -100px;
	left: -75px;
}

.hoverbox li
{
	position: static;
}