#gallery {position:relative; z-index:100;}
#gallery a.thumb, #gallery a.thumb:visited {display:block; width:75px; height:75px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#gallery a img {border:0;}
#gallery a.thumb:hover {text-decoration:none; background-color:#fff; color:#000;}
#gallery a .enlarge {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#gallery a.thumb:hover .enlarge {display:block; position:absolute; top:35px; left:22px; width:325px; height:325px;}
#info {z-index:100; height:22em;}