You can log back in here.
I set my treasure items to 0.5 opacity how do I get them to be 100% when you hover over them?
.treasure_item:hover img { filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
this should do it!