#counters a img {
	opacity: 0.4;
}

#counters a img.show {
	opacity: 1 !important;
}

#counters a:hover img {
	opacity: 1;
}