<style type="text/css">
a:hover img{
  opacity:0.5;
  -moz-opacity:0.5;
  filter:alpha(opacity = 50);
}
.contents{
  width:100%;
}
.contents img{
  width:100%;
}
.contents p{
  padding:20px;
}
</style>