#content-left{
  position: absolute;
  height: 357px;
  width: 200px;

}

#scroll-wrapper {
  position: absolute;
  height: 357px;


}
.scroll-pane {

  float: left;
  height: 357px;
  width: 225px;
  overflow: auto;
}
.delicious .jScrollPaneTrack {
  background-color: transparent;
}
.delicious .jScrollPaneDrag {
  background-color: transparent;
}

#scroll{
  position: absolute;
  height: 357px;
  overflow: hidden;
}
#track{
  position: absolute;
  text-align: center;
  width: 36px;
  height: 357px;
}
#scroll-up, #scroll-down {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
}
#scroll-up{
  background: transparent url(images/scroll-up.png) center center no-repeat;
  top: 0;
}
#scroll-down{
  background: transparent url(images/scroll-down.png) center center no-repeat;
  bottom: 0;
}
#handle{
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background: black url(images/scroll-handle.png) center center no-repeat;
  cursor: move;
  z-index: 90000;
}

