
.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 1px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 2px;
   /* height:28px !important;*/
	background-color:#e4370f;
}


.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #e4370f;
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #e4370f;
}


.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: -2px; /* there must be 'right' for ps-scrollbar-y */
    width: 6px;
	height:28px !important;
    background-color: #e4370f;
	cursor:pointer;
}

.ps-container.ie6 .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: #e4370f;
}

.ps-container.ie .ps-scrollbar-y {
   visibility: hidden;
}

