/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * CMS DivSite 2.00 Metamarket
 * Copyright (C) 2003-2007 Div Labs
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.a_button a img		{filter:alpha(opacity=0);}
.a_button a:hover img	{filter:alpha(opacity=70);}
.a_button a img		{opacity:0;}
.a_button a:hover img	{opacity:.7;}
