/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.rslides li {
    position: relative;
}

.rslides p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: #666 \9;
}

.centered-btns_nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 38px;
    height: 61px;
    margin-top: -40px;
    line-height: 200px;
    background-image: url(../images/arrow.gif);
    overflow: hidden;
    opacity: .7;
}

.centered-btns_nav:active {
    opacity: 1;
}

/* 响应式 大于分辨率1024px*/
@media only screen and (min-width: 770px) {
    .next {
        right: 0;
        margin-right: 10px;
        background-position: right 0;
    }
}

/* 响应式 小于分辨率725px*/
@media only screen and (max-width: 770px) {
    .next {
        right: 0;
        background-position: right 0;
    }
}