.sm_slider {
  height: 400px;
  margin: 0 ;
  position: relative;
  width: 887px;
}
.sm_slider ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.sm_slide {
  color: #3d3d3d;
  display: none;
  font-size: 100px;
  height: 400px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.sm_slide.active {
  display: block;
  visibility: visible;
}
.sm_slide img {
  max-width: 100%;
}

.sm_slide .pane {
    width: 100%;
    margin: 0;
    display: block;
    font-style: normal;
    position: absolute;
    font-align: left;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0.7;
    background: #333;
}

.sm_slide .tags {
    width: 100%;
    margin: 0;
    display: block;
    font-style: normal;
    position: absolute;
    font-align: left;
    top: 3px;
    right: 0;
    text-align: right;
    opacity: 0.7;
}

.sm_slide .pane .text { font-size: 14pt; line-height: 18pt; font-weight: 500; padding: 10px 50px 13px 50px; opacity: 1; }
.sm_slide .pane .text a { color: #FFF; text-decoration: none; border-bottom: 1px dotted #ECECEC }

.sm_prev,
.sm_next {
  width: 25px;
  height: 25px;
  margin: -20px 0 0 0;
  cursor: pointer;
  display: block;
  font-style: normal;
  opacity: .3;
  position: absolute;
  top: 50%;
  z-index: 999;
  border-style: solid;
  border-color: #4e4e4e;
  border-width: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sm_prev {
  border-left-width: 3px;
  border-top-width: 3px;
  left: 20px;
}
.sm_prev:hover {
  opacity: 1;
}

.sm_next {
  border-right-width: 3px;
  border-bottom-width: 3px;
  right: 20px;
}
.sm_next:hover {
  opacity: 1;
}

.sm_nav {
  top: 0;
  clear: both;
  display: inline-block;
  overflow: hidden;
  padding: 5px 0px;
  position: absolute;
  left: 5px;
  z-index: 999;
}

.sm_nav-item {
  cursor: pointer;
  height: 22px;
  float: left;
  padding: 4px;
  width: 14px;
  z-index: 999;
  list-style-type: none;
  font-size: 11px;
  color: #ccc;
}
.sm_nav-item i {
  display: block;
  width: 6px;
  height: 6px;
  position: relative;
  top: 5px;
  left: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #7f7f7f;
}
.sm_nav-item.active {
  cursor: default;
  color: #7e7e7e;
}
.sm_nav-item.active:hover {
  cursor: default;
  color: #7e7e7e;
}
.sm_nav-item.active i {
  background-color: #bfbfbf;
}
.sm_nav-item:hover i {
  background: #7f7f7f;
}
.sm_nav-item.active:hover i {
  background-color: #bfbfbf;
}
