.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: 3px;
	background-color: #f3d9c2;
	cursor: pointer;
}
.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: -2px; /* there must be 'right' for ps-scrollbar-y */
    width: 7px;
    background-color: #f4901e;
	cursor: pointer;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}
