
#content-slider {
  width: 24px;
  height: 355px;
  margin: 55px 0px 0px 0px;
  background: url('/img/scrollbar.png') center top no-repeat;
  position: relative;
  float:left;
  padding:0px;
  text-align:left;
  opacity: 1;
}

.content-slider-handle {
  width: 22px;
  height: 17px;
  position: absolute;
  /*background:url('/img/pallino_scroll.png') center top no-repeat;*/
  cursor: pointer;
  margin-left:1px;
  opacity: 1;
}

#content-scroll {
  width: 218px;
  height: 375px;
  margin-top: 35px;
  overflow: hidden;
  float:left;
}

#content-holder {
  width: 198px;
  height: auto;
  margin-left:15px;
}

.content-item {
  color:#fff; text-align:justify;
}