/* CSS Document */


/*滚动条*/

.contain{

}
.Scroller-Container {

  position: absolute;
   width:605px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background:url(../images/scroll_131.jpg) no-repeat;
  font-size: 0px;
}
.Scrollbar-Track {
  width:7px; height: 390px;
  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 620px;
}

#Container {
  position: absolute;
  width: 605px;
  height: 360px;
  /*background:url(../images/bnf_49.jpg) no-repeat top left;*/

}
#News{
  position: absolute; 
  overflow: hidden;
  width: 605px;
  height:385px;
  display: none;
}
#News {display: block;}

#Navigation {
  position: absolute; 
  top: 50px;
  left: 125px;
}


/*滚动条结束*/
