.photogallery {
    display: table;
    margin-right: auto;
}
.photogallery .thumbnail {
    float: left;
    width: 310px;
    text-align: center;
}
