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

.hoverbox a
{
	position: relative;
}

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

.hoverbox a:hover .preview
{
	top: -150px;
	left: 20px;
	color: inherit;
	padding: 2px;
}

.hoverbox li
{
	position: static;
	background: #FFFFFF;
	border-color: #ddd #bbb #aaa #ccc;
}