.slider {
  position: relative;
  margin: 0 auto 10px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 542px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  text-align:center;
}

div.bn_footer_1box .slider{
  margin: 0 auto 0;
}

.slider a:focus {
  outline: 0;
}

.sls-view {
  position: relative;
  margin: 0 auto 7px;
  border: 1px solid #fff;
  width: 540px;
  height: 90px;
  overflow: hidden;
}

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

.sls-content {
  position: relative;
  float: left;
  width: 540px;
  height: 90px;
}

.sls-content a {
  display: block;
}

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

.sls-prev, .sls-next {
  position: absolute;
  top: 20px;
  color: #e0e0e0;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
display:block;
width:26px;
height:47px;
text-indent:-9999px;
margin:0;
border:0;
overflow:hidden;
}

.sls-prev {
  left: 0;
background:url(../../../images/web/home/btn_frame_left.gif) left top no-repeat;
}

.sls-next {
  right: 0;
background:url(../../../images/web/home/btn_frame_right.gif) left top no-repeat;
}

.sls-prev:active{ background:url(../../../images/web/home/btn_frame_left.gif) left 1px no-repeat;}/* IE6?IE8以外 */
.sls-next:active{ background:url(../../../images/web/home/btn_frame_right.gif) left 1px no-repeat;}/* IE6?IE8以外 */


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

.sls-pagination {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  width: auto;
  display: -moz-inline-box;   
  display: inline-block; 
  /display: inline; 
  /zoom: 1; 
}

.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.3) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
  background: #eee;
  text-indent: -9999px;
  vertical-align: middle;
}

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

.sls-pagination a.current {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, 0 0 2px rgba(0, 0, 0, 0.2);
  background: #68d917;
}
