/*

Last UpDate 2009-12-25

*/

$(function(){
  $(".side-menu a img,.pickup-menu a img,form p input").hover(function(){
    $(this).css("opacity", "0.2");
    $(this).css("filter", "alpha(opacity=20)");
    $(this).fadeTo("slow", 1.0);
  });
}); 
