@charset "utf-8";
/* CSS Document */

.Container {
  position: relative;
  top: 50px; left: 10px;
  width: 600px;
  height: 270px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 600px;
  height: 213px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  float:right;
  top:55px;
  left:0px;
  margin-left:90%;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}

.Scrollbar-Track {
  width: 20px; height: 161px;
  position: absolute;
  top: 36px; left: 4px;
  /*	Track	*/
  background:url(../../imgs/scroll_track.png) no-repeat center;
}

.Scrollbar-Handle {
  position: absolute;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}
