.phancy-scrollbar {
width: 1px!important;
border-radius: 2px;
top: 0;
position: absolute;
background: #477070;
/*-moz-transition: opacity .2s;
-webkit-transition: opacity .2s;
-o-transition: opacity .2s;
-ms-transition: opacity .2s;
transition: opacity .2s;
-webkit-transition-delay: 1s;
opacity: 0;*/
left:5px;
}
.phancy-scroller .phancy-scrollbar:active, .phancy-scroller:hover .phancy-scrollbar {
opacity: 1;
-webkit-transition-delay: 0s;
}
.phancy-scroller { padding-left:40px!important; width:716px; }
.phancy-scrollbar { width:10px; }
.phancy-scrollbarbutton {
width: 5px;
top: 0;
left:-2px;
position: absolute;
background-color: #477070;
}
.phancy-scrollbarbutton:hover { cursor:pointer }
