/*本例css*/
.td-jdt {
    position: relative;
    overflow: hidden;
    width: 958px;
    height: 330px;
}

/*数字按钮样式*/
.td-jdt .num {
    overflow: hidden;
    height: 15px;
    position: absolute;
    bottom: 12px;
    left: 800px;
    zoom: 1;
    z-index: 3
}

.td-jdt .num li {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #FFFFFF;
    background: #b8a386;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}

.td-jdt .num li.on {
    background: #723031;
}

/*当前项*/

/*上一个  下一个*/
.td-jdt .prev,
.td-jdt .next {
    display: none;
    width: 40px;
    height: 100px;
    background: url(../images/btn.png) no-repeat;
    position: absolute;
    top: 115px;
}

.td-jdt .prev {
    left: 0;
}

.td-jdt .next {
    right: 0;
    background-position: right
}