body{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
}

a{
  text-decoration: none;
}
img{
  border: none;
}

.gallery{
  margin-top: 50px;
  background: #eee;
  border: 2px solid #555;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  border-radius: 5px;
}

.gallery .photos{
  margin-left: 5px;
}

.gallery .header{
  background: #555;
  color: #eee;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 5px;
  padding-left: 5px;
}
