.thumbGallery .main {
  position: relative;
}
.thumbGallery .main img.current {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.thumbGallery .main img.new {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.thumbGallery .thumbs {
  margin-right: -5%;
}
.thumbGallery .thumbs img {
  display: block;
  float: left;
  width: 23.1%;
  max-width: 23.1%;
  margin: 1% 1% 0 0;
  cursor: pointer;
}
