.gui-poster-main {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.gui-poster-main a,
.gui-poster-main img {
  display: block;
}

.gui-poster-main .gui-poster-list {
  width: 100%;
}

.gui-poster-main .gui-poster-list li {
  background: #f2f2f2;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.gui-poster-main .gui-poster-list li span {
  background: #3273d0;
  background: rgba(50, 115, 208, 0.6);
  filter: alpha(opacity=60);
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 96px;
  line-height: 48px;
  font-size: 16px;
}

.gui-poster-btn {
  width: 40px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 10;
  cursor: pointer;
}

.gui-poster-prev-btn {
  left: -60px;
  background: url("../images/i-prev.png") 0 0 no-repeat;
}

.gui-poster-next-btn {
  right: -60px;
  background: url("../images/i-next.png") 0 0 no-repeat;
}
