body {
    font-family: Arial, Helvetica, sans-serif;
}

.holder {
    float: left;
}

.scrollPane {
    overflow: auto;
    float: left;
}

.RoCwide .scrollPane, .RoCwide .jScrollPaneTrack {
    height: 300px;
}

.RoC2-3 .scrollPane, .RoC2-3 .jScrollPaneTrack {
    height: 300px;
}

.RoCcontact .scrollPane, .RoCcontact .jScrollPaneTrack {
    height: 240px;
}

.RoCmap {
    margin-top: 10px;    
    width: 380px;
    float: inherit !important;
}

*:first-child+html .RoCmap {margin-top:0;}
* html .RoCmap {margin-top:0;}

.RoCmap .scrollPane, .RoCmap .jScrollPaneTrack {
    height: 195px;
}

.jScrollPaneContainer {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.jScrollPaneTrack {
    background: url(/_img/scrollbar/slider-v.gif) 0 0 repeat-y;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.jScrollPaneDrag {
    background: transparent url(/_img/scrollbar/slider-v_handle-bg.gif) repeat-y 0 0;
    cursor: pointer;
    min-height: 30px;
    height: 53px;
    overflow: hidden;
    position: absolute;
    width: 13px;
}

* html .jScrollPaneDragBottom {bottom:-1px}

.jScrollPaneDragTop {
    background: url(/_img/scrollbar/slider-v_handle-up.gif) no-repeat 0 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 10px;
    width: 13px;
}

.jScrollPaneDragBottom {
    background: url(/_img/scrollbar/slider-v_handle-down.gif) no-repeat 0 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    height: 10px;
    width: 13px;
}