.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 600px;
}

.wrapper-content {
    height: 600px;
}

.list {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 3000px;
    margin-left: 12px;
    margin-top: 0;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: move;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #eeeeee;
    height: 35px;
    border: 1px solid #d3d3d3;
}

.scroller-top {

}

.scroller-bottom {

}

.scroller-fix-height {
    height: 35px;
}
