Why are there space's between the pictures? http://jsfiddle.net/dasmus/6Ltrs9tw/
CSS
.gallery{
width:900px;
height:640px;
}
a{
display:inline-block;
}
a img{
width:200px;
height:141px;
}
HTML
<div class="gallery">
<a ><img src="http://1.1.1.1/bmi/alpatriott.ru/works/album/images/smile.jpg"></a>
<a ><img src="http://1.1.1.1/bmi/alpatriott.ru/works/album/images/smile.jpg"></a>
<a ><img src="http://1.1.1.1/bmi/alpatriott.ru/works/album/images/smile.jpg"></a>
<a ><img src="http://1.1.1.1/bmi/alpatriott.ru/works/album/images/smile.jpg"></a>
</div>