.sm_slider {
  /*height: 270px;*/
  margin: 25px 25px 0px;
  position: relative;
  width: 960px;
}
.sm_slider ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.sm_slide {
  color: #3d3d3d;
  display: none;
  font-size: 100px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.sm_slide.active {
  display: block !important;
  visibility: visible;
}
.sm_slide img {
  max-width: 100%;
}

.sm_prev,
.sm_next {
  width: 25px;
  height: 25px;
    margin-top: -132px;
 /* margin: -20px 0 0 0;*/
  cursor: pointer;
  display: block;
  font-style: normal;
  /*opacity: .3;*/
  position: relative;
  /*top: 83%;*/
  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_slider > ul.sm_slider-inner{
    margin: 5px 0px;
	padding: 0;
	}

.sm_prev {
    background: url(../img/sliderelem1.svg) 0px -42px no-repeat;
    width: 27px;
    height: 42px;
	display:none;
  /*left: 10px;*/
}
.sm_prev:hover {
  opacity: 1;
  /*background-position: 0px -42px;*/
}

.sm_next {
	background: url(../img/sliderelem1.svg) -27px -42px no-repeat;
    width: 26px;
    text-align: right;
    height: 42px;
    float: right;
    right: 0;
    margin: -42px 0px;
    z-index: 99999;
		display:none;

}
.sm_next:hover {
  opacity: 1;
  /*background-position:-27px -42px;*/
}

.sm_nav {
bottom: 0px;
    clear: both;
    display: block;
    width: 113px;
	height: 25px;
    overflow: hidden;
    /* padding: 5px 0px; */
    /* position: absolute; */
        margin: 0px auto 0px auto;
    right: 0px;
    z-index: 999;
	}

.sm_nav-item {
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 0 14px 0 14px;
  width: 14px;
  z-index: 999;
  list-style-type: none;
  font-size: 11px;
  color:#C00;
}
.sm_nav-item i {
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 5px;
  left: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #a32222;
}
.sm_nav-item.active {
  cursor: default;
  color: #a32222;
}
.sm_nav-item.active:hover {
  cursor: default;
  color: #ff1b1b;
}
.sm_nav-item.active i {
     background-color: #afafaf;
  -webkit-border-radius: 6px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
    border-radius: 32px;
}
.sm_nav-item.active:hover i {
     background-color: #afafaf;
}

.sm_nav-item:hover i {
  background: #a32222;
}

