div#gallery {
  margin-top: 10px;
}

div.galleryItem {
  float: left;
  margin: 4px 4px 3px 3px;
}

div.innerGalleryItem {
  padding: 0 2px 0.5em 0;
  background-color: #d0d0d0;
}

.photoCaption {
  font-size: 1.7em;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.vote-widget {
  margin-top: 1em;
}

.vote-widget .vote-points {
  text-align: center;
  padding-top: 3px;
  width: 40px;
  height: 40px;
  background: url(/resources/photodb/vote-bg.gif) no-repeat;
}

.vote-widget .vote-points-label {
  font-size: 80%;
  color: #7B7B7B;
  margin-top: -3px;
}

.vote-widget .vote-up-act,
.vote-widget .vote-up-inact {
  margin-top: 3px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: right;
}

.vote-widget .vote-up-act {
  background: url(/resources/photodb/plus-act.png) no-repeat center 3px;
}

.vote-widget .vote-up-inact {
  background: url(/resources/photodb/plus-inact.png) no-repeat center 3px;
}

#stars-note {
  background-color: #fffcc7;
  top: 2em;
  left: 2em;
  padding: 0.5em;
  border: 2px solid black;
  font-size: 120%; 
  position: fixed;
}

