@charset "utf-8";
/* CSS Document */

 a.opacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
} 
a.opacity:hover img {
	filter:Alpha(Opacity=75);
	-moz-opacity: 0.5;
	opacity: 0.5;
} 

