/* CSS Document */

a img.css-hover{
opacity:1.0;
filter: alpha(opacity=100);
}
a:hover .css-hover{
opacity:0.75;
filter: alpha(opacity=75);
}

