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

}


.css-hover{
  text-decoration : none;
}
