#Container {
  position: relative; top: 60px; left: 85px;
/*  width: 525px; height: 300px;*/
  overflow: hidden;
  float:left;
  margin-right: 10px;
}
#ContainerPJ {
  position: relative; top: 40px; left: 25px;
  overflow: hidden;
  float:left;
  margin-right: 10px;
}
#ContainerNR {
  position: relative; top: 60px; left: 50px;
  overflow: hidden;
  float:left;
  margin-right: 10px;
}
.Scroller-Container { position: absolute; background: transparent; }
h3 {
  margin: 0 0 5px 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0B6589;
}
#Scrollbar-Container {
  position: relative;
  top: 60px; left: 85px;
  width: 10px;
  float: left;
}
#Scrollbar-ContainerPJ {
  position: relative;
  top: 40px; left: 25px;
  width: 10px;
  float: left;
}
#Scrollbar-ContainerNR {
  position: relative;
  top: 60px; left: 50px;
  width: 10px;
  float: left;
}
.Scrollbar-Track {
  width: 10px;
}
.Scrollbar-Handle {
  position: relative;
  width: 10px; height: 50px;
  background-color: #8F354C;
}
#sbLine {
  position: absolute;
  width: 6px;
  height: 5px;
  left: 7px;
  background-color: #EDE4B4;
  font-size: 0px;
}
#Scrollbar-Container a {
	color:#727272;
}
#Scrollbar-ContainerPJ a {
	color:#727272;
}