.galleryImage {
  float: left;
  width: 160px;
  height: 160px;
  margin-right: 14px;
  margin-bottom: 14px;
}

.galleryImage a {
  border: 0px;
}

.galleryImage a img {
  border: 1px solid #000; 
  padding: 1px; 
}

.galleryImage .table, #newImage .table{
  display: table;
  vertical-align: middle;
  width: 160px;
  height: 160px;
  text-align: center;
}

.galleryImage .table .cell, .galleryImage .table, #newImage .table .cell, #newImage .table{
  display: table-cell;
}

.galleryImage .table .cell .hack, #newImage .table .cell .hack{
  width: 160px;
  text-align: center;
}

.thumbsGallery{
  margin-top: 20px;
}


