You can try to apply:
margin:0; padding:0; float:left;
Check this out: http://jsfiddle.net/65adr/7/
Also check out this page for alternatives:
http://css-tricks.com/fighting-the-space-between-inline-block-elements/
3
solved How can I remove space between inline-block elements [duplicate]