#galleryItems {
    margin: auto;

    width: 688px;
}

#galleryItems .item {
    float: left;

    width: 160px;

    height: 160px;

    margin: 5px;

    text-align: center;

    line-height: 160px;

    border: 1px solid #0000FF;

    background: #DDDDFF;
}

#galleryItems .item img {
    vertical-align: middle;
}