#PhotoGallery { display: block; width: 100%; height: auto; list-style: none; margin: 0; padding: 0; }
#PhotoGallery li { position: relative; display: block; width: 160px; height: 140px; padding: 0; margin: 4px; float: left; clear: none; border: 3px solid #c7dee3; }
#PhotoGallery li a { position: absolute; top: 0; left: 0; display: block; width: 160px; height: 140px; text-decoration: none !important; border: 0 !important; overflow: hidden; }