Color Below My Images

Hey guys,

Editing this changed it but need some help still, here is the new URL…

http://modocom.ca/vote/

I used box-shadow to achieve the inner white border on the divs with content.

How can I do this to achieve it on the boxes with pictures in it?

You’ll notice that they do not have it which I need it but couldnt seem to solve the issue.

Thanks,

Mike

I would just use a solid border instead.

img {display: block;vertical-align:bottom;}
.box {border: 4px solid white;}
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

Thanks,