.auction_banner {
    position: relative;
    width: 470px;
    float: left;
    height: 270px;
    background-color: #ffffff;
}
.auction_banner .slide_pic {
    width: 470px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.auction_banner .slide_txt {
    position: absolute;
    width: 468px;
    height: 40px;
    background-color: #000;
    opacity: .75;
    top:210px;
    filter: alpha(opacity=75);
    font-size: 18px;
    color: #fff !important;
    bottom: 0;
    left: 0;
    line-height:40px;
    z-index: 9;

}

.slide_txt ul li{
    color: #ffffff;
    float: left;
    padding-left: 5px;
}
.auction_banner .slide_num {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 0;
    top:226px;
    z-index: 9;
}
.prev_btn {
    left: 0;
}

.slide_btn {
    background: url(http://smg.autostreetscdn.com/sell/build/1.00/images/slide_btn.png) center top no-repeat;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.next_btn {
    right: 0;
    background-position: center -60px;
}


.auction_banner .slide_num .curr {
    background: #fff;
}

element.style {
}

.auction_banner .slide_num li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #9B9A93;
    text-indent: -9999em;
    margin-left: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

