#box {
  margin: 0px auto;
  text-align: left;
  width: 940px;
  height: 500px;
  overflow: hidden;
  position:relative;
  background: #fff;
}
#slider {
  position:absolute;
  top: 0px;
  left: -940px;
  width: 23500px;
  height: 500px;
}
#slider ul {
  margin: 0;
  padding: 0;
}
#slider ul li {
  display: block;
  float:left;
  width: 940px;
  height: 500px;
}
#controlp {
  position:absolute;
  z-index: 2;
  top: 460px;
  left: 0px;
  width: 940px;
  text-align: center;
  height: 31px;
}
#control {
  margin: 0px auto;
  height: 31px;
  text-align: center;
}
#control ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#control ul li {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
  width: 21px;
  height: 31px;
  overflow:hidden;
  cursor: pointer;
}
#control ul li.pgdot {
  background: url(/gfx/slider_toki.png) no-repeat -95px -37px;
 /* margin-right: 2px;*/
  /*margin-bottom: 2px;*/
  width: 28px;
  margin: 0 2px;
}
#control ul li.sel {
  background: url(/gfx/slider_toki.png) no-repeat -56px -37px;
  width: 28px;
  margin: 0 2px;

}
#control ul li#leftar {
  background: url(/gfx/slider_toki.png) no-repeat 0px -37px;
  margin-right: 8px;
}
#control ul li#rightar {
  background: url(/gfx/slider_toki.png) no-repeat -30px -37px;
  margin-left: 9px;
}
