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.
you can use
.img{ filter: drop-shadow(0 0 5px #555); }
instead