/* ie_fixes.css - Last Updated 29 July 2008 by TWT */
.hoverbox a{
position:relative;
}
.hoverbox a:hover{
display:block;
font-size:100%;
z-index:1;
}
.hoverbox a:hover .preview{
top:-38px;
left:-50px;
}
.hoverbox li{
position:static;
}