/* AGENT_SHEET */
/*
 scrollbars: slim & arrowless
 http://userstyles.org/styles/9862
 BEGIN
*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

scrollbar , 
scrollbar thumb 
{ -moz-appearance: none !important
}

scrollbar:not(:hover)
{ opacity: .4 !important
}

scrollbar[orient="vertical"] 
{ min-width: 8px !important
}

scrollbar[orient="horizontal"] 
{ min-height: 8px !important
}

scrollbar scrollbarbutton 
{ visibility: collapse !important
}

/*
 Notes
  initial value of 'display : -moz-box'
  according the style 3577 'visibility : collapse' is said to be better than 'display : none'. dunno.
*/


/*
 END
 scrollbars: slim & arrowless
 http://userstyles.org/styles/9862
*/