.gallery-picture {
  width: 180px;
  float: left;
  margin: 10px;
  -webkit-box-shadow:  2px 2px 3px 0px #000;
  box-shadow:  2px 2px 3px 0px #000;
}

.gallery-picture .image {
  width: 180px;
  height: 135px;
  float: left;
}

.gallery-picture .description {
  font-family: Arial;
  font-size: 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 4px 4px;
  color: #888;
  height: 40px;
  overflow: hidden;
  clear: both;
}

.gallery-picture .description a {
  color: #888;
}

.gallery-picture .title a {
  font-weight: bold;
  font-size: 11px;
  font-style: normal;
  color: black;
}

.gallery-picture .keywords {
  margin-top: 1px;
  font-weight: normal;
  font-style: italic;
}

.gallery-hide {
  display: none;
}

.gallery-disabled {
  color: #888;
}

.gallery-remove-selected {
  position: absolute;
  top: 0;
  right: 3px;
  content: 'x';
}

.jqtree-tree > li > .jqtree-element {
  background-color: #777;
}

#tree1 > ul > li > .jqtree-toggler {
  border-bottom: none;
  color: #ccc;
  vertical-align: middle;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 14px;
  font-family: Tahoma;
  padding: 2px 0;
}

#tree1 > ul > li > .jqtree-toggler > span {
  margin-left: 6px;
}

ul.jqtree-tree {
  margin: 0;
}