/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  AutoPager Extension - Transparent Popup Menus         |
|    Description:  |  AutoPager detects a page to stream - will be see-thru |
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  August 21, 2008                                       |
|   Date Updated:  |  November 25, 2008                                     |
|        Version:  |  1.0.0.2                                               |
|__________________|________________________________________________________|

*/


/* Set the default transparency for the page options: */
div.autoPagerS
{
  opacity:.5 !important;
}


/* Set the transparency when the page options are HOVERED OVER: */
div.autoPagerS:hover
{
  opacity:.9 !important;
}