/**
 * jquery.scrollbox.css
 *
 * @version    0.3.1
 * @author     Max Invis1ble
 * @copyright  (c) 2013-2014, Max Invis1ble
 * @license    MIT http://www.opensource.org/licenses/mit-license.php
 */
.scrollbox-wrapper {
    position: relative;
    overflow: hidden;
}
.scrollbox-rail,
.scrollbox-bar {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 14px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #D88F30;
}
.scrollbox-rail-in,
.scrollbox-bar-in {
    display: block;
}
.scrollbox-rail {
    height: 100%;
    background: #f2f2f2;
}
.scrollbox-bar {
    min-height: 91px;
}