.slider {
  position: relative;
  margin: 20px auto;
  width: 945px;
  height: 368px;
}

.slider a:focus {
  outline: 0;
}

.sls-view {
  position: relative;
  width: 945px;
  height: 338px;
  overflow: hidden;
}

.sls-container {
  position: absolute;
  top: 0;
  left: 0;
}

.sls-content {
  position: relative;
  float: left;
  width: 945px;
  height: 338px;
}

.sls-content a {
  display: block;
}

.sls-content a:hover {
  color: #600;
}

.sls-prev, .sls-next {
  position: absolute;
  top: 60px;
  color: #e0e0e0;
  font-size: 60px;
  line-height: 1;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  display: none;
}

.sls-prev {
  left: 2px;
}

.sls-next {
  right: 2px;
}

.sls-prev:hover,
.sls-next:hover {
  color: #ccc;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.sls-pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}

.sls-pagination a {
  float: left;
  margin: 5px 5px 0;
  height: 10px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  background: url(../img/index/dot_off.gif) no-repeat;
  text-indent: -9999px;
}

.sls-pagination a:hover {
  background: url(../img/index/dot_current.gif) no-repeat;
}

.sls-pagination a.current {
  background: url(../img/index/dot_current.gif) no-repeat;
}
