.galbut {
  background-color: transparent;
  color: #003000;
  margin-bottom: 10px;
  margin-left: 10px;
}

.ImageWithLabel {
  margin-bottom: 20px;
  margin-right: 30px;
  float: left;
}
.ImageWithLabel a {
  white-space: normal;
}
.CroppedImage {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 213px;
  border: 1px inset #369436;
}
.CropBottom {
  position: absolute;
  top: 0px;
}
.CropTop {
  position: absolute;
  bottom: 0px;
}
.LabelBox {
  text-align: center;
  overflow: hidden;
  width: 320px;
  height: 40px;
}

.GalleryThumbFrame {
  position: relative;
  margin: 1px;
  width: 164px;
  height: 124px;
  float: left;
  border: 1px inset #369436;
  cursor: pointer;
}
.GalleryThumb {
  position: relative;
}

.ImageWithStory {
  margin-bottom: 20px;
  margin-right: 30px;
  float: left;
  width: 320px;
}
.StoryImgFrame {
  position: relative;
  margin: 1px;
  width: 320px;
  height: 240px;
  border: 1px inset #369436;
}
.StoryImgBox {
  position: relative;
}
.StoryImg {
  cursor: pointer;
}
.StoryMsgBox {
  text-align: left;
  overflow: hidden;
  width: 320px;
  height: 100px;
}

.picmenu td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  vertical-align: bottom;
}