/* AGENT_SHEET */
/*

 **********************************************************
 * ---  Created Jan 7 2009 --- By Barbie Foster  *     
 * http://userstyles.org/users/13023    *
 * TITLE:Color Scrollbars-Bookmarks/History (round solid) *
 * UPDATE:JAN 28 2009  NOW UNIVERSAL SCROLLBARS *
 * NEW TITLE: Scrollbars-Colored (Solid Combo)style 5     *
*http://userstyles.org/styles/13601*
 **********************************************************

*/
 

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/* scrollbar long strip */
 scrollbar *  

{

-moz-appearance: none !important;
background-color: transparent !important; 
}

/*************************************************************************************/

/* button you drag down the strip */

  scrollbar thumb 

{
background-color: black !important;
-moz-appearance: none !important; 
-moz-border-radius: 15px !important;
border-radius: 15px !important;
}

/* HOVER button you drag down the strip */
 scrollbar thumb:hover 

{
opacity: .7 !important;
-moz-appearance: none !important; 
-moz-border-radius: 15px !important;
border-radius: 15px !important;
}

/**************************************************************************************/

/* end buttons that have arrows in them */

 scrollbarbutton 

{
-moz-appearance: none !important;
background: black !important; 
}

/* HOVER end buttons that have arrows in them */

 scrollbarbutton:hover 

{
-moz-appearance: none !important;
opacity: .6 !important; 

}
/*END*/