/* scroll */
.textContent { margin-top:10px;}

.Container {
  position: absolute;
  /*top: 60px; left: 45px;*/
  width: 251px;
  height: 235px;
  /*background: #FFF url(../images/container_background.gif) no-repeat;*/
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 246px;
  height: 250px;
}
/*#Scroller-1 p {
  margin: 0; padding: 0px 0px;
}*/
.Scroller-Container {
  position: absolute;
  line-height:16px;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 250px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  left:0px;
}
.Scrollbar-Track {
  width: 10px; height: 228px;
  position: absolute;
  top: 11px; left: 0px;
  background: transparent url(../images/scroll_ln.gif) repeat-y center center;
}
.Scrollbar-Handle {
  position: absolute;
 /*width: 14px; height: 22px;*/
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 240px;
  left:0px;
}

/*======================= scroll 2 ===========================*/

.Container1 {
  position: absolute;
  /*top: 60px; left: 45px;*/
  width: 354px;
  height: 350px;
  /*background: #FFF url(../images/container_background.gif) no-repeat;*/
}
#Scroller-2 { 
  position: absolute; 
  overflow: hidden;
  width: 340px;
  height: 345px;
}
/*#Scroller-1 p {
  margin: 0; padding: 0px 0px;
}*/
.Scroller-Container1 {
  position: absolute;
  line-height:16px;
  top: 0px; left: 0px;
}
#Scrollbar-Container1 {
  position: absolute;
  top: 0px; left: 340px;
}
.Scrollbar-Up1 {
  cursor: pointer;
  position: absolute;
  left:0px;
}
.Scrollbar-Track1 {
  width: 10px; height: 335px;
  position: absolute;
  top: 11px; left: 0px;
  background: transparent url(../images/scroll_ln.gif) repeat-y center center;
}
.Scrollbar-Handle1 {
  position: absolute;
 /*width: 14px; height: 22px;*/
}
.Scrollbar-Down1 {
  cursor: pointer;
  position: absolute;
  top: 340px;
  left:0px;
}