/* CSS Document */


/*滚动条*/

.contain{
margin:10 0 0 10;
}
.Scroller-Container {
overflow:hidden;
  position: absolute;
   width:610px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background:url(../images/scroll_131.jpg) no-repeat;
  font-size: 0px;
}
.Scrollbar-Track {
  width:7px; height: 320px;
  position: absolute;
  background:url(../images/lfg_009.gif) center top repeat-y;

}
.Scrollbar-Handle {
  position: absolute;
  width: 5px;
  height:12px;
  overflow:hidden;
  background:url(../images/lfg_008.jpg);
  cursor:hand;

}
.Scrollbar-Down {
  position: absolute;
  top: 150px;
  background:url(../images/hmind_02.jpg) center no-repeat;


  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute; 
  margin:0 0 0 615px;
}

#Container {
  position: absolute;
  width: 595px;
  height: 290px;
  /*background:url(../images/bnf_49.jpg) no-repeat top left;*/

}
#News{
  position: absolute; 
  overflow: hidden;
  width: 610px;
  height:315px;
  display: none;
}
#News {display: block;}

#Navigation {
  position: absolute; 
  top: 50px;
  left: 125px;
}


/*滚动条结束*/
