
.ms-section {
    box-sizing: border-box;
    position: relative;
}
.ms-section.ms-table {
    display: table;
    width: 100%;
}
.ms-tableCell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.ms-easing {
    transition: all 0.7s ease-out 0s;
}
#multiscroll-nav {
    margin-top: -32px;
    opacity: 1;
    position: fixed;
    top: 50%;
    z-index: 100;
}
#multiscroll-nav.right {
    right: 17px;
}
#multiscroll-nav.left {
    left: 17px;
}
#multiscroll-nav ul {
    margin: 0;
    padding: 0;
}
#multiscroll-nav li {
    display: block;
    height: 13px;
    margin: 7px;
    position: relative;
    width: 14px;
}
#multiscroll-nav li a {
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}
#multiscroll-nav li .active span {
    background: #333 none repeat scroll 0 0;
}
#multiscroll-nav span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    height: 8px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 8px;
    z-index: 1;
}
.multiscroll-tooltip {
    color: #fff;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    position: absolute;
    top: -2px;
}
.multiscroll-tooltip.right {
    right: 20px;
}
.multiscroll-tooltip.left {
    left: 20px;
}
