/* scroll */
.textContent { margin-top:20px;}

.Container {
  position: absolute;
  /*top: 60px; left: 45px;*/
  width: 135px;
  height: 135px;
  /*border:1px red solid;*/
  /*background: #FFF url(../images/container_background.gif) no-repeat;*/
}


#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 135px;
  height: 135px;
  z-index:0;
}

.Container2 {
  position: absolute;
  /*top: 60px; left: 45px;*/
  width: 211px;
  height: 118px;
  /*border:1px red solid;*/
  /*background: #FFF url(../images/container_background.gif) no-repeat;*/
}

#Scroller-2 { 
  position: absolute; 
  overflow: hidden;
  width: 211px;
  height: 118px;
  z-index:0;
}

/*#Scroller-1 p {
  margin: 0; padding: 0px 0px;
}*/
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 128px;
}

#Scrollbar-Container2 {
  position: absolute;
  top: 0px; left: 211px;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  left:10px;
}
.Scrollbar-Track {
  width: 10px; height: 137px;
  position: absolute;
  top: 0px; left: 10px;
  background: url(images/scroll_ln.gif) left top repeat-y #1e3259;
}
.Scrollbar-Handle {
  position: absolute;
 /*width: 14px; height: 22px;*/
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 137px;
  left:10px;
}