/*
 Numbered tabs
 http://userstyles.org/styles/3739
 BEGIN
*/

/*
 2009-06-15 :not(hover)
 2009-06-11 :not(selected)
 2007-11-06 init
 2010-12-03 pngcrush
*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#browser tab:not([selected="true"]):not(:hover) 
{ background-repeat: no-repeat !important
; background-position: right -0px !important
; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAHQAgMAAAA+NbnxAAAACVBMVEUEAgTEwsT8/vwKjP1aAAAAAnRSTlP/AOW3MEoAAAEASURBVEjH7ZWxCsIwEIZLJ/UxRAffpwmhU8gU8hTSyWaui1MJCm2e0t5/4CmKuEeHj58z08d/10otv6b68zfqmRjWRNsjg+orQ7zS+2pHOV8LcRUycayHhXEi9oY4e6JOxHZDbzyspou8PFbEnIdCXLVwNcFVBwMZrjSyrsWYgr3ZiCs2zLaL2MQAJuxjB3tbosHEgw6uLFoUktjTmOhiesWtsDWcIDsl2XJz0CJlSu8Vt6JFQzxyOtM8wsDpaTejkWtWpiu+zHyl2QBfdeWGx26qKF9AzTyAe/DWFHXbPRri4MoZyR/mb/+2uXhXaJcb4WQFJ5P0LaBpFu0Kr726A5ANJn9kZgruAAAAAElFTkSuQmCC) !important
}
#browser tab:last-child:not([selected="true"]):not(:hover) 
{ /* 9: */ background-position: right -450px !important }
#browser tab:first-child:not([selected="true"]):not(:hover) 
{ /* 1: */ background-position: right -50px !important }
#browser tab:first-child + tab:not([selected="true"]):not(:hover) 
{ /* 2: */ background-position: right -100px !important }
#browser tab:first-child + tab + tab:not([selected="true"]):not(:hover) 
{ /* 3: */ background-position: right -150px !important }
#browser tab:first-child + tab + tab + tab:not([selected="true"]):not(:hover) 
{ /* 4: */ background-position: right -200px !important }
#browser tab:first-child + tab + tab + tab + tab:not([selected="true"]):not(:hover) 
{ /* 5: */ background-position: right -250px !important }
#browser tab:first-child + tab + tab + tab + tab + tab:not([selected="true"]):not(:hover) 
{ /* 6: */ background-position: right -300px !important }
#browser tab:first-child + tab + tab + tab + tab + tab + tab:not([selected="true"]):not(:hover) 
{ /* 7: */ background-position: right -350px !important }
#browser tab:first-child + tab + tab + tab + tab + tab + tab + tab:not([selected="true"]):not(:hover) 
{ /* 8: */ background-position: right -400px !important }


/*
 END
 Numbered tabs
 http://userstyles.org/styles/3739
*/