.fake_scroll {
    position: relative;
}

.fake_scroll div.cleaner {
    clear: both;
}

.fake_scroll div.arrow {
    width: 100%;
    height: 18px;
}

.fake_scroll div.arrow.top {
    background: url(img/arrow-top.png) left top no-repeat;
}

.fake_scroll div.arrow.bottom {
    background: url(img/arrow-bottom.png) left top no-repeat;
}

.fake_scroll div.scrollbar {
    width:  8px;
    background: #d8d8d8;
    position: absolute;
}

.fake_scroll div.scrollbar p.tracker {
    display: none;
    width: 8px;
    height: 50px;
    margin: 0 !important;
    background: #00b8e4 none;
    position: absolute;
    left: 0;
    top: 0;
}