a:link  { color: #000000; }
a:visited { color: #000000; }
a.ease:hover { 
  opacity: 0.45;
  filter: alpha(opacity=45);
  -ms-filter: "alpha(opacity=45)";
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
   -ms-transition: all 0.1s ease;
}
a:active { color: #000000; }

/* a tag ease_img (img)
=============================================== */
a.ease img {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
   -ms-transition: all 0.1s ease;
}
a.ease:hover img {
  opacity: 0.45;
  filter: alpha(opacity=45);
  -ms-filter: "alpha(opacity=45)";
}
.ease_img:hover img {
//  border-radius: 50%;
}


