#scroll-slider{
 cursor: pointer;
 width: 15px;
 height: 326px;
 margin: 0px;
 padding: 0px;
}
#scroll-handle{
 background-image: url(../images/background/handle.gif);
 width: 15px;
 height: 20px;
 margin: 0px;
 padding: 0px;
}
#scroll-up-div, #scroll-down-div {
 width: 15px;
 cursor: pointer;
 color: #33ccff;
 margin-bottom: 0px;
 text-align: center;
 font-size: 1.2em;
 font-weight: bold;
 text-decoration: none;
 background-image: url(../images/background/lamp.gif);
 background-repeat: no-repeat;
 background-position: center bottom;
}
#scroll-bar {
 position: relative;
 top: -360px;
 left: 725px;
}

