﻿.data_Area .item_index {
    width: 385px;
    padding: 0;
    position: relative;
    top: 0px;
}

.data_Area .item {
    width: 385px;
    padding: 0px;
    position: relative;
}
.mCustomScrollBox > .mCSB_scrollTools {
    width: 14px;
    height: 100%;
    top: 6px;
    right: 2px;
    *right: 0; /*ie8*/
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 8px;
    left: 0;
    bottom:15px;
    right: 0;
    height: auto;
}

.mCustomScrollBox {
    *width: 385px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #aa5b0c;
        width: 15px;
        height: 100%;
        margin: 0 auto;
        text-align: center;
    }

.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
    width: 14px;
    height: 100%;
    margin: 0 auto;
    *min-height: 134px!important;
}