.wgt_slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.wgt_slide li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.wgt_slide li:first-child {
    position: relative;
    display: block;
    float: left;
}

.wgt_slide img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


.wgt_slide a{
    display: block;
    position: relative;
}
.wgt_slide_tabs {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    list-style: none;
    padding: 0;

    font-size: 18px;
    list-style: none;

    text-align: center;
    width: 100%;
}

.wgt_slide_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}

.wgt_slide_tabs a {
    width: auto;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    height: auto;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.wgt_slide_tabs li:first-child {
    margin-left: 0;
}

.wgt_slide_tabs .wgt_slide_here a {
    background: #f90;

    color: #fff;
    font-weight: bold;
}


.wgt_slide_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent  no-repeat left top;
    margin-top: -45px;
}

.wgt_slide_nav:active {
    opacity: 1.0;
}

.wgt_slide_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.wgt_title{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding:4px 10px;
}
