@charset "utf-8";
/* CSS Document */

.Container {
  width: 250px;
  height: 400px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 250px;
  height: 400px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}
.Scroller-Container {
  position: absolute;
}
.Scrollbar-Track {
  width: 5px; height: 400px;
  position: absolute;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  width: 5px; height: 50px;
  background-color: #CCC;
}
