.special {
  background: url("../img/special/bg_left.png") fixed no-repeat 320px bottom, url("../img/special/bg_right.png") fixed no-repeat right bottom;
}
.special #gallery_base {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 120px;
}
.special #gallery_base .slide {
  position: relative;
  width: 522px;
  height: 736px;
  margin: auto;
}
.special #gallery_base ul {
  width: 2610px;
  position: relative;
}
.special #gallery_base li {
  float: left;
}
.special #gallery_base li p {
  color: #FFF;
  font-size: 14px;
  margin-top: 15px;
}
.special #gallery_base .navi_left {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -340px;
  cursor: pointer;
}
.special #gallery_base .navi_right {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 270px;
  cursor: pointer;
}
