.hover-image, .rollover:hover .normal-image {
 display: none;
}

.rollover:hover .hover-image {
 display: inline;
}