#home_descrip{ position:relative; clear:both; width:987px; border:#cbcbcb 1px solid; margin:0 auto;}
.Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 950px;
  height: 130px;
  background: #FFFFFF;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 950px;
  height: 128px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Calibri,Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #585858;
 /* text-indent: 20px;*/
 
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  font-family: Calibri,Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #585858;
  clear:both;
  overflow:hidden;
}
#Scrollbar-Container {
  position: absolute;
  top: 3px; right: 2px;
   border:#eecece 1px solid;
	width:23px;
	height:122px;
	 background:#f4dfdf;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  left:1px;
  
}
.Scrollbar-Track {
  width: 21px; height: 80px;
  position: absolute;
 
  top: 21px; left: 1px;


}
.Scrollbar-Handle {
  position: absolute;
  width: 20px; height: 10px;
  
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 102px;
  left:1px;
}
