img:hover {
opacity: 0.6;
filter: alpha( opacity=60 );
}

p.sample img:hover {
   opacity: 1.0; /* 透過させない */
}