/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Ghostery - Transparent Information Popups         |
|    Description:  |  Transparency on all Ghostery Site Notifications   |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  September 22, 2009                                |
|   Last Updated:  |  September 22, 2009                                |
|        Version:  |  1.0.0.0                                           |
|__________________|____________________________________________________|

*/


/* Change the opacity when not hovered over (Lower) */
a#__ghosteryfirefox
{
  opacity: .5 !important;
}

/* Change the opacity when hovered over (Higher) */
a#__ghosteryfirefox:hover
{
  opacity: .9 !important;
}