Overflow Bug

HTML

<div id="wrap"><div id="content"></div></div>

CSS

#wrap
{
    width:500px; height:500px;
     overflow-x:auto;   
}
#content
{
     width:2000px; height:2000px;
  background:#CCC; 
    border:2px dotted #000;
}