/* scrollable div area */
#scrollable , #scrollable2 {
  float: left;
  padding: 0px;
  padding-right: 5px;
  overflow: hidden;
  color: white;
}

/* wrap to make sure that image area is clickable */
#wrap , #wrap1 , #wrap2 {
  position: relative;
  float: left;
  width: 15px;
  background: transparent url('/images/bg_spacer/scrolltrack.gif') no-repeat top left;
}

#wrap1 {
  background: transparent url('/images/bg_spacer/scrolltracksmall.gif') no-repeat top left;
}

#wrap2 {
  background: transparent url('/images/bg_spacer/scrolltracksmalllight.gif') no-repeat top left;
}

/* top image of track */
#track-top , #track-top2 {
  position: absolute;
  width: 15px;
  height: 15px;
}

/* vertical track */
#track , #track2 {
  position: absolute;
  left: 2px;
  top: 17px;
  width: 15px;
}

#track-bottom , #track-bottom2 {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 0px;
}

/* vertical track handle */
#handle , #handle2 {
  width: 11px;
  height: 11px;
  background: #b91015;
}

