#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
border: 1px solid #000;
padding: 0px;
-moz-box-shadow: 3px 3px 8px #2e2e2e;
-webkit-box-shadow: 3px 3px 8px #2e2e2e;
box-shadow: 3px 3px 8px #2e2e2e;
}