.gallery_box {
  position : relative;
  width : 116px;
  height : 146px;
  border : 1px solid #CCC;
  float : left;
  margin : 0 4px 4px 0;
  text-align : center;
  overflow : hidden;
}
.gallery_box img {
  margin : 4px auto 0;
  position : relative;
  z-index : 2;
}
.gallery_box .caption {
  position : absolute;
  bottom : 0;
  left : 0;
  height : 30px;
  width : 100%;
  line-height : 18px;
  padding : 0;
  margin : 0;
  background : #E8E8E8;
  color : #555;
  z-index : 2;
}

