.index {
    background-color: #FFFFFF;
    margin: 0;
    padding-top: 10px;
    width: 100%;
    min-width: 950px;
}

.rslides_container {
    position: relative;
    min-width: 600px;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

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

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 700px;
    text-align: center;
    margin: auto;
}

.rslides li:first-child {
    position: relative;
    display: block;
    /*float: left;*/
    text-align: center;
    margin: auto;
}

.rslides img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 0;
    max-width: 100%;
    max-height: 700px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.text{
    margin-top: 20px;
    margin-left: 10%;
    width:80%;
    color: #000000 !important;
    font: 12pt sans-serif;
}