@charset "gb2312";
/* CSS Document */


/*滚动条*/

.contain{
margin:5px 10px;
}
.Scroller-Container {
overflow:hidden;
padding:10px 0px;
  position: absolute;
   width:620px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background:url(../images/scroll_131.jpg) no-repeat;
  font-size: 0px;
}
.Scrollbar-Track {
	width:3px;
	height: 336px;
	position: absolute;
	background:url(../images/cs_003.jpg) center top repeat-y;
	left: 15px;

}
.Scrollbar-Handle {
  position: absolute;
  
  width: 3px;
  height:23px;
  overflow:hidden;
  background:url(../images/cs_004.jpg);
  cursor:hand;
}
.Scrollbar-Down {
  position: absolute;
  top: 0px;
  background:url(../images/hmind_02.jpg) center no-repeat;


  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute; 
  margin:0 0 0 600px;
}

#Container {
  position: absolute;
  width: 620px;
  height: 330px;
  /*background:url(../images/bnf_49.jpg) no-repeat top left;*/

}
#News{
	position: absolute;
	overflow: hidden;
	width: 620px;
	height:330px;
	display: none;
	top: -1px;
	left: -8px;
}
#News {display: block;}

#Navigation {
  position: absolute; 
  top: 2px;
  left: 125px;
}


/*滚动条结束*/

