#slideContainer2 {
  height: 256px;
}
#slideContainer2 .slideshow {
  height: 256px;
}
.slide-wrap {
  position: relative;
  width: 326px;
  height: 201px;
  padding: 1px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.slideshow {
  width: 326px;
  height: 201px;
  overflow: hidden;
}
.slideshow li {
  float: left;
  width: 100%;
  height: 100%;
}
.slidebar {
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 40px;
}
.slidebar li {
  float: left;
  margin-right: 1px;
  width: 22px;
  font-size: 12px;
  height: 16px;
  background: url(../images/opacity.png) repeat;
  text-align: center;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
}
.slidebar li.on {
  color: #fff;
  background: #ff7800;
}