
#content-slider {
  width: 24px;
  height: 210px;
  margin: 0;
  background: url('../img/scrollbar.png') center top no-repeat;
  position: relative;
  float:left;
  padding:0px;
  text-align:left;
  opacity: 1;
}

.content-slider-handle {
  
  width: 30px;
  height: 14px;
  
  position: absolute;
  /*background:url('/img/pallino_scroll.png') center top no-repeat;*/
  cursor: pointer;
  margin-left:-2px;
  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;
}
