.addWrap {
    position: relative;
    padding: 0;
    background-color: #e3e3e3;
    overflow: hidden;
}

.addWrap .swipe {
    overflow: hidden;
    visibility: hidden ;
    position: relative;
}

.addWrap .swipe-wrap {
    overflow: hidden;
    position: relative;
}

.addWrap .swipe-wrap > div {
    float: left;
    width: 100%;
    height: 180px;
    position: relative;
}

.img-responsive {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.imgtitle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 35px;
    opacity: 0.7;
    background-color: #555;
}

.imgtitle a {
    float: left;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    line-height: 35px;
    padding-left: 10px;
    font-size: 16px;
}

#position {
    position: absolute;
    bottom: 2px;
    right: 0;
    height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 5px 0;
    text-align: right;
}

#position li {
    width: 10px;
    height: 10px;
    margin: 5px 2px 0 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: #AAA;
}

#position li.cur {
    background-color: #d66938;
}
