body {
	margin-left: 15px;
	margin-top: 0px;
	background-color: #fe8401;
}
body,td,th {
	font-size: 13px;
	color: #FFF;
}

.Container {
  position: absolute;
  top: 10px; left: 10px;
  width: 600px;
  height: 500px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 600px;
  height: 500px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
}
.Scroller-Container {
  position: absolute;
  z-index:999;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 40px; left: 650px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 20px; height: 161px;
  position: absolute;
  top: 36px; left: 4px;
  background: transparent url(scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 20px; height: 22px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}