.gallery {
  margin: auto;
}

.gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}

/* szerokosc w .gallery-item oryginalnie przyjmuje wartość: {$itemwidth} w pliku integracji thickbox, dlatego przy zmianach szerokosc bedzie taka sama */

.gallery a img {
  border: 3px solid #cfcfcf;
  padding:2px;
}

.gallery a:hover img {
  border: 3px solid #B3B3B3;
}

.gallery-caption {
  margin-left: 0;
}

