.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
      position: relative;
}
.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    background-size: 100% 100%;
    width:  100%;
    height: 100%;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.prev, .next {
    background-size: 50px 70px;
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -40px;
    left: 0;
    height: 70px;
    width: 50px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    opacity: .5;
}
.prev:hover, .next:hover{
	opacity: .7;
}
.prev{
	background-image: url("../images/prve.png");
}

.next {
    left: auto;
    right: 0;
    background-image: url("../images/next.png")
}
.pagination{
	position: absolute;
	bottom: 5px;
	z-index: 99;
    background: url(../images/fy.png) no-repeat;
    background-size: 100% 100%;
}
.pagination li{
	float: left;
}
.pagination li a{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
	color: #fff;
  /*  background: rgba(84,164,54,0.6);*/
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background:rgba(27,86,6,0.6);
}