/* AGENT_SHEET */
scrollbar * { background: transparent !important; }

scrollbar[orient="vertical"] 
{ -moz-appearance: none ! important;
border: none !important; 
min-width: 0px !important; 
max-width: 0px !important;}

scrollbar[orient="horizontal"]
{ -moz-appearance: none ! important;
border: none !important; 
min-height: 0px !important; 
max-height: 0px !important;}

scrollbar thumb[orient="vertical"]
{ -moz-appearance: none !important; 
border: none !important; 
min-width: 0px !important; 
max-width: 0px !important; }

scrollbar thumb[orient="horizontal"]
{ -moz-appearance: none !important; 
border: none !important; 
min-height: 0px !important; 
max-height: 0px !important; } 

scrollbar scrollbarbutton
{ -moz-appearance: none ! important;
min-height: 0px ! important;
min-width: 0px ! important;
background-color: transparent !important;
border: none !important; }

scrollbar gripper { display: none !important; }
scrollcorner { background: transparent !important; }