.box a {
    display:block;
    cursor:pointer;
}

.box a:hover{
    visibility:visible;
}

.box a:hover span img {
    visibility:hidden;
}
