.slider {
  position: relative;
  width: 960px;
}

.slider a:focus {
  outline: 0;
}

.sls-view {
  position: relative;
  width: 960px;
  height: 290px;
  overflow: hidden;
}

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

.sls-content {
  position: relative;
  float: left;
  width: 960px;
  height: 290px;
}

.sls-content a {
  display: block;
}

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

.sls-prev {
	display:none;
	width:34px;
	height:39px;
	background-image: url(images/top-prev.gif);
	background-repeat: no-repeat;
  position: absolute;
  top: 130px;
}

.sls-next {
	display:none;
	width:34px;
	height:39px;
	background-image: url(images/top-next.gif);
	background-repeat: no-repeat;
  position: absolute;
  top: 130px;
}

.sls-prev {
  left: 15px;
}

.sls-next {
  right: 15px;
}


.sls-pagination {
  position: absolute;
  top: 295px;
  left: 100%;
  margin-left: -110px;
  width: 120px;
}

.sls-pagination a {
  float: left;
  margin: 5px 5px 0;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #ccc;
  text-indent: -9999px;
  vertical-align: middle;
  border-radius: 5px;
}

.sls-pagination a:hover {
  background: #ccc;
}

.sls-pagination a.current {
  background: #C60;
}
