.ps-scrollbar-x-rail {
display:none;
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 6px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 1px;
}

.ps-scrollbar-x { display:none;
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.ps-container.ie6 .ps-scrollbar-x { display:none;
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999; display:none;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: -1px; /* there must be 'right' for ps-scrollbar-y */
    width: 3px;
    background-color: #ed4037;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
z-index:9999999999999999999999999999999999999;
}

.ps-container.ie .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999; cursor:pointer;
}