#container {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 650px;
}

#slider .slidefloat {
  float: left;
  margin: 0 10px;
}

#slider ul, #slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#slider li {
  width: 650px;
  /*height: 246px;*/  /* 230 + 16 */
  overflow: hidden;
}

#prevBtn, #nextBtn {
  margin: 0;
  padding: 0;
  display: block;
  width: 20px;
  height: 32px;
  position: absolute;
  left: -20px;
  top: 99px;
  overflow: hidden;
  text-indent: -8000px;
  z-index: 1000;
}

#nextBtn {
  left: 650px;
}

#prevBtn a, #nextBtn a {
  display: block;
  position: relative;
  width: 20px;
  height: 32px;
  background: url(../img/btn_prev.png) no-repeat 0 0;
}

#nextBtn a {
  background: url(../img/btn_next.png) no-repeat 0 0;
}

#slider .description {
  position: relative;
  left: 11px;
  top: 221px;
  margin-top: -30px;
  width: 625px;
  height: 30px;
  font-size: 0.91em;
  line-height: 30px;
  color: #ffe;
  text-align: center;
  background: url(../img/bkg_desc.png);
}

.label {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
