

#content { position: absolute; }
#scrollBar { position: absolute; top: 0px; left: 0px; height: 31px; background-color: #000; width: 100%; overflow: hidden; }
#scrollBar #bar { position: absolute; top: 0px; left: 0px; cursor: pointer; cursor: hand; width: 100%; }
#scrollBar #screenWidth { position: absolute; }
#handle { position: absolute; left: 0px; top: 0px; visibility: hidden; z-index: 101; cursor: pointer; cursor: hand; }