body div#loban-wrapper #loban-thelist,
body div#loban-wrapper #loban-thelist li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#loban-wrapper {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: auto;
}

#lobanOuter {
    width: 100%;
    position: relative;
    font-size: 14px;
}

#loban-scroller {
    width: 10100px;
    height: 100%;
    float: left;
    padding: 0;
}

#loban-scroller li {
    display: block;
    float: left;
    width: 10000px;
    height: 100%;
}

#loban-scroller li img {
    margin-top: 50px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#pullRight, #pullLeft {
    display: block;
    width: 50px;
    float: left;
    height: 100%;
}

#sodoLoban {
    display: none;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 400px;
    text-align: center;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: red;
    /*border:1px solid red;*/
}

#container-sodo {
    position: absolute;
    z-index: 2;
    top: -15px;
    left: 212px;
    width: 160px;
}

#sodo {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: red;
    border: 2px solid #ffa500;
    padding: 2px;
    height: 25px;
    width: 60px;
}

#thanhdo {
    width: 2px;
    height: 450px;
    background: #ffa500;
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 240px;
}

#abc {
    position: absolute;
    top: -20px;
    display: none;
}

.loban-note {
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 0;
    background: url('../images/help.gif') no-repeat 0 5px;
    padding-left: 18px;
}

.loban-t {
    position: absolute;
    z-index: 2;
    left: 0;
}

.loban-522 {
    top: 25px;
}

.loban-429 {
    top: 175px;
}

.loban-388 {
    top: 325px;
}

.loban-touch-left {
    position: absolute;
    left: 0px;
    top: 31px;
    height: 358px;
    width: 50px;
    z-index: 2;
}

.loban-touch-right {
    position: absolute;
    right: 0px;
    top: 31px;
    height: 358px;
    width: 50px;
    z-index: 2;
}
@media (max-width: 550px){
    .loban-note {
        top: -15px;
        left: 0;
        font-size: 12px;
        right: auto;
        margin: 0 !important;
        padding-top: 3px;
    }
    [class^="loban-t loban-"] {
        font-size: 12px;
        line-height: 15px !important;
    }
    .loban-t.loban-522 {
        top: 16px;
    }
    .loban-t.loban-429 {
        top: 168px;
    }
}