While using CSS3\'s box-shadow I am having an issue I do not usually have.
box-shadow
The box shadow usually just bleeds over the div edges, but not on this one.
use padding + negative margin like:
.img { padding: 10px; margin: -10px; }