.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 2px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 5px;
    border-radius: 2px;
    background-color: #F3F0F0;
}
.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 2px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 5px;
    border-radius: 2px;
    background-color: #F3F0F0;
}
.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: -1px; /* there must be 'bottom' for ps-scrollbar-x */
    height: 7px;
    background-color: #f19ec2;
    border-radius: 3px;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: -1px; /* there must be 'right' for ps-scrollbar-y */
    width: 7px;
    background-color: #f19ec2;
    border-radius: 3px;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}
