/* =Internet Explorer Fixes
----------------------------------------------------------------------*/
body {
	text-align:center;
}
#wrapper {
	width:750px;
	margin:0 auto;
	text-align:left;
}


.hoverbox {position:static;}

.hoverbox a {position: relative;}

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

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

.hoverbox li {position: static;}
*/
.hoverbox2 a
{
	position: relative;
}

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

.hoverbox2 a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox2 li
{
	position: static;
}