body {
behavior: url(csshover.htc);
}
#buttons a img { filter: alpha(opacity=20); -moz-opacity: 0.3; opacity: 0.3; }
#buttons a:hover img { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }