I received this tip:
.container img{
width:125px;
margin;0;
padding:0;
opacity:0.5;
}
.container img:hover{
opacity:1;
}
Tried it and it worked great!
I then used a light version of a Custom CSS Editor Plugin - popped the code into it and added the class container <p class="container">
to the images and it worked.
you can use opacity property for the image: