/* banner */
.banner {
    width: 980px;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #fff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 1px 3px #989898;
}

.banner-btn {
    display: none;
}

.banner-btn a {
    display: block;
    line-height: 40px;
    position: absolute;
    top: 120px;
    width: 40px;
    height: 40px;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30) color : rgb(255, 255, 255);
    overflow: hidden;
    z-index: 4;
}

.prevBtn {
    left: 5px;
}

.nextBtn {
    right: 5px;
}

.banner-img {
    font-size: 0;
    *word-spacing: -1px; /* IE6กข7 */
    letter-spacing: -3px;
    position: relative;
}

.banner-img li {
    display: inline-block;
    *display: inline;
    *zoom: 1; /* IE6กข7 */
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 12px;
}

.banner i {
    background: url(http://gtms01.alicdn.com/tps/i1/T1szNBFzlmXXX8QSDI-400-340.png) no-repeat;
    width: 15px;
    height: 23px;
    cursor: pointer;
    margin: 8px 0 0 12px;
    display: block;
}

.banner .nextBtn i {
    background-position: -200px -24px;
}

.banner .prevBtn i {
    background-position: -200px 0px;
}

.banner-circle {
    position: absolute;
    left: 50%;
    bottom: 15px;
    height: 13px;
    text-align: center;
    font-size: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    filter: alpha(opacity:30);
}

.banner-circle li {
    border-radius: 10px;
    margin: 2px;
    display: inline-block;
    display: -moz-inline-stack;
    vertical-align: middle;
    zoom: 1;
}

.banner-circle li a {
    display: block;
    padding-top: 9px;
    width: 9px;
    height: 0;
    border-radius: 50%;
    background: #B7B7B7;
    overflow: hidden;
}

.banner-circle .selected a {
    background: #F40;
}