.Container {
  position: relative;
  top: 0px; left: 0px;
  width: 165px;
  height: 272px;
}
#Scroller-1 { 
  position: relative; 
  overflow: hidden;
  width: 165px;
  height: 272px;
}
#Scroller-1 p {
  margin: 0; padding: 0px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height:18px;
  text-indent: 0px;
  color: #000000;
}
.Scroller-Container {
  position: relative;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: relative;
  top: -272px; left: 165px;
  width:32;
}
.Scrollbar-Up {
  cursor: pointer;
  position: relative;
  top: 0px;  left: 0px;
}
.Scrollbar-Track {
	width: 15px;
	height: 240px;
	position: absolute;
	top: 15px;
	left: 0px;
	background: #f7f1e0;
	background-color: #f7f1e0;
}
.Scrollbar-Handle {
  position: relative;
  width: 15px; height: 30px;
  top: 0px; left: 0px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: relative;
  top: 255px; left: -18px;
}

