#images .images div img {
display:none;
}
#images .images div.current img {
display:block;
}
a h3 {
display:none;
}
a:hover h3 {
display:block;
}