img.opacity {
	opacity: 1;
	filter: alpha(opacity=100);
	}	
	
img.opacity:hover {
	opacity: 0.5;
	filter: alpha(opacity=90);
	
	}