/*  gallery.css  */ 

.gallery li {
  list-style-type: none;
  float: left;
  padding: 10px;
  text-align: center;
}

.gallery li a img {
  width: 270px;
  border: none;
}

.pics img {
  width: 700px;
}

.back {
  text-align: center;
}