.Container {
  width: 638px;
  height: 364px;
  float:left;
  margin:0 20px 0 0;
}
#Scroller-1 {
  position:relative;
  overflow: hidden;
  width: 638px;
  height: 364px;
}

.Scroller-Container {
  width:638px;
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  width: 14px; height: 364px;
  position:relative;
  top: 0; left: 0;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 14px; height: 45px;
  background:url(../images/about/sicon.gif) repeat-y;
}
#Scrollbar-Container{
  width: 14px; height: 364px;
  float:left;
  background:url(../images/about/sbar.gif) repeat-y;
}

.Scroller-Container ul li{
	text-align:center;
	margin-bottom:10px;
}
.Scroller-Container ul li p a{
	font-size:11px;
	font-weight:bold;
	color:#3d3d3d;
	text-decoration:none;
}
.Scroller-Container ul li p a:hover{
	color:#666;
}
