.slider {
	position: relative;
	width: 1050px;
	margin: 0 auto;
}

.slider a:focus {
  outline: 0;
}

.sls-view {
  position: relative;
  width: 1050px;
  height: 447px;
  overflow: hidden;
}

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

.sls-content {
  position: relative;
  float: left;
  width: 1050px;
  height: 447px;
}

.sls-content a {
  display: block;
}

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

.sls-prev, .sls-next {
  position: absolute;
  text-indent:-9999px;
  width: 85px;
  height: 45px;
  top: 403px;
}
.sls-prev{
  left: 39px;
  background: url(./img/back.png) no-repeat;
}
.sls-next {
  right: 46px;
  background: url(./img/next.png) no-repeat;
}


.sls-prev:hover,.sls-next:hover {}

.sls-pagination {
  width: 970px;
  height: 100px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.sls-pagination a {
  float: left;
  text-indent: -9999px;
	display: block;
	width: 148px;
	height: 80px;
	padding: 0 0 0 15px;
	margin-top: 15px;
}
.sls-pagination a.thumb0 {background: url(./img/thumb01.jpg) no-repeat;}
.sls-pagination a.thumb1 {background: url(./img/thumb02.jpg) no-repeat;}
.sls-pagination a.thumb2 {background: url(./img/thumb03.jpg) no-repeat;}
.sls-pagination a.thumb3 {background: url(./img/thumb04.jpg) no-repeat;}
.sls-pagination a.thumb4 {background: url(./img/thumb05.jpg) no-repeat;}
.sls-pagination a.thumb5 {background: url(./img/thumb06.jpg) no-repeat; padding: 0;}

.sls-pagination a.current,
.sls-pagination a.current0 {background: url(./img/thumb01_o.jpg) no-repeat;}
.sls-pagination a.current1 {background: url(./img/thumb02_o.jpg) no-repeat;}
.sls-pagination a.current2 {background: url(./img/thumb03_o.jpg) no-repeat;}
.sls-pagination a.current3 {background: url(./img/thumb04_o.jpg) no-repeat;}
.sls-pagination a.current4 {background: url(./img/thumb05_o.jpg) no-repeat;}
.sls-pagination a.current5 {background: url(./img/thumb06_o.jpg) no-repeat; padding: 0;}

/*after*/
.sls-pagination:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
