.rg-image-wrapper {
    position: relative;
  
    width: 100%;
    margin: 0 auto;
}
.rg-image-nav a.rg-image-nav-prev {
    background: url(images/leftbg.png) left center no-repeat;    position: absolute;
    font-size: 0;
    left: 0.2rem;
    top: 0;
    z-index: 9;
    width: 0.6rem;
    height: 100%;
    background-size: 0.22rem;
}

.rg-image-nav a.rg-image-nav-next {
    background: url(images/rightbg.png) left center no-repeat;
    position: absolute;
    font-size: 0;
    right: 0.2rem;
    top: 0;
    z-index: 9;
    width: 0.6rem;
    height: 100%;
    background-size: 0.22rem;
}
.rg-image {
    position: relative;
    text-align: center;
    line-height: 0px;
}
.rg-image img {
    height: auto;
    max-width: 100%;
}.es-nav {
    display: none;
}.rg-caption-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /* height: 30px; */
    display: none;
}
.es-carousel-wrapper {
    /* background: #fff; */
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 6px;
}
.es-carousel-wrapper {
    /* background: #fff; */
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 6px;
}
.es-carousel ul li a {
    display: block;
    -webkit-touch-callout: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-width: 0!Important;
}
.es-carousel ul li a img {
    display: block;
    border: none;
    height: 100%;
    width: 100%;
}
.es-carousel ul li.selected {
    width: 130px ! Important;
    border: 5px solid #147fb8 !important;
    height: 92px !important;
}
.es-carousel ul li {
    height: 100%;
    float: left;
    display: block;
    width: 140px ! Important;
    height: 102px !important;
    margin-right: 8px ! Important;
}