.admin-table-content-one {
  background-color: #F7F7F7;
  height: 16px;
}

.admin-table-content-two {
  background-color: #EEE;
  height: 16px;
}

div.imagecontainer {
  position: relative;
  width: 126px;
  height: 135px;
  float: left;
  border: 1px solid #DEDEDE;
  margin: 5px;
  background-color: #EEF4DA;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

div.imageinnercontainer {
  position: relative;
  top: 7px;
  left: 13px;
  height: 100px;
  width: 100px;
  margin: auto 0;
}

div.imageinnercontainer > img{
  border: 1px solid #DEDEDE;
}

div.optionscontainer {
  position: absolute;
  bottom: 3px;
  width: 125px;
  text-align: center;
}

.green {
  background-color: #dfffe0;
}

.red {
  background-color: #ffdfdf;
}

div.galleriecontainer {
  /* 
  min-width: 198px;
  width: auto !important; 
  */
  width: 208px;
  /*min-height:175px;
  height: auto !important; */
  height: 175px; 
  padding: 5px; 
  margin: 5px 5px; 
  float: left; 
  background-color: #EEF4DA; 
  border: 1px solid #DEDEDE; 
  overflow: hidden;
}
div.galleriecontainer img {
  border: solid #DEDEDE 1px;
}
div.galleriecontainer a {
  font-weight: bold;
}
