@charset "utf-8";
/* CSS Document */

.row {
width:640px;
height:210px;
margin:0 auto;
}

.cell {
width:200px;
height:200px;

margin-left:10px;
float:left;
}

.cell img {
border:0;
}
