#gallery a { background-image:none; margin:5px; padding:8px; position:relative; float:left; display:block; width:75px; height:75px; border:1px solid #888888; }
#gallery a:hover { background-image:none; z-index:102; }
#gallery a img { position:absolute; top:8px; width:75px; height:75px; border:0; margin:0; padding:0; }
#gallery a:hover img,
#gallery a:active img,
#gallery a:focus img { width:103px; height:103px; left:-7px; top:-7px; z-index:101; border:1px solid #888888; }
