/*--------- slider ---------*/
#slide {
    width: 100%;
}
.slider-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    background: url(../images/slider-bottom.png) 25px top no-repeat;
    background-size: cover;
    z-index: 995;
}
.slider {
    width: 100%;
    position: relative;
    z-index: 2;
}
.slider .slide {width: 100%; height: 100%;}
.items {
    display: none;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.pagination {
    position: absolute;
    bottom: 30px;
    right: 514px;
    z-index: 60;
}
.pagination li {
    float: left;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700; 
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-right: 1px;
}
.pagination a {
    display: block;
    width: 34px;
    height: 36px;
    overflow: hidden;
    padding-top: 10px;
    background: #22211a;
    color: #ffed00;
    text-decoration: none;
    border-radius: 2px 2px 0 0;
}
.pagination li.current a, .pagination a:hover {
    background-color: #ffed00;
    color: #22211a;
    text-decoration: none;
}
.pagination li.current a {
    cursor: default;
}
.prev, .next {
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-position: center -81px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 15;
    font-size: 0;
    line-height: 0;
    text-indent: -100%;
}
.prev {
    background-image: url(../images/prev.png);
    left: 20%;
}
.next { 
    background-image: url(../images/next.png);
    right: 20%;
}
.prev:hover, .next:hover {
    background-position: center top;
}

.banner {
    width: 460px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 516px;
    z-index: 15;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400; 
    font-size: 12px;
    line-height: 18px;
    color: #a1a0a0;
}
.banner .banner-title {
    background: url(../images/banner-top.png) 0 0 no-repeat;
    height: 28px;
    overflow: hidden;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700; 
    font-size: 22px;
    line-height: 28px;
    color: #22211a;
    text-transform: uppercase;
    padding: 8px 18px 14px;
}
.banner .banner-content {
    background: url(../images/banner-tail.gif) center top #f2f2f2;
    padding: 17px 40px 46px 18px;
}
.banner h4{
    font-family: 'Oxygen', sans-serif;
    font-weight: 700; 
    font-size: 22px;
    line-height: 28px;
    color: #22211a;
    text-transform: uppercase;
    margin-bottom: 7px;
}