#resultslist{
    height: 92px;
    margin: 12px 0 0;
    overflow: hidden;
    padding: 0 11px;
    width: 718px;
}

#resultslist2{
    height: 92px;
    margin: 12px 0 0;
    overflow: hidden;
    padding: 0 11px;
    width: 718px;
}

.slider {
  position: relative;
}

.slider a:focus {
  outline: 0;
}

.sls-view {
    height: 92px;
    position: relative;
    width: 142px;
}

.sls-container {
  position: absolute;
  top: 0;
  left: 0;
}

.sls-content {
    float: left;
    height: 92px;
    position: relative;
    width: 142px;
}

.sls-content a {
  display: block;
}

.sls-content a:hover {
}

.sls-prev, .sls-next {
  position: absolute;
  top: 0px;
  width:18px;
  height:92px;
  color: transparent;
  font-size: 1%;
}

.sls-prev {
  background-image:url("../img/sls-prev.jpg");
  left: 0;
}

.sls-next {
  background-image:url("../img/sls-next.jpg");
  right: 0;
}

.sls-prev:hover,
.sls-next:hover {
  color: transparent;
  font-size: 1%;
}

.sls-pagination {
  position: absolute;
  top: 177px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}

.sls-pagination a {
  float: left;
  margin: 5px 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  background: #eee;
  text-indent: -9999px;
  vertical-align: middle;
}

.sls-pagination a:hover {
  background: #ccc;
}

.sls-pagination a.current {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(68, 170, 238, 0.5);
  background: #4ae;
}
