table.pictures td.thumbnail {
  height: 130px;
  text-align: center;
  width: 110px;
}
table.pictures a.thumbnail {
  border: #DDE3EB 1px solid;
  display: table;
  height: 120px;
  margin: 1px;
  width: 100%;
}
table.pictures a.thumbnail:VISITED, table.pictures a.visited {
  border: #BBBBBB 1px solid;
  background: #C7D0D9;
}
table.pictures a.thumbnail:HOVER {
  border: #FFFFFF 1px solid;
  background: #C7D0D9;
  text-decoration: none;
}
table.pictures a.thumbnail span {
  display: table-cell;
  margin: auto;
  padding: 5px;
  vertical-align: middle;
}

table.pictures th {
  font-size: 12px;
}
table.pictures th a, table.pictures th span {
  padding: 0px 5px;
}


#show_rating {
  text-align: center;
  width: 240px;
}

#show_actual_zoom {
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
}
#show_actual_zoom div {
  background-color: #FFFBB1;
  border: #000000 1px solid;
  font: 18px bold;
  height: 60px;
  left: -100px;
  line-height: 60px;
  position: relative;
  top: -30px;
  text-align: center;
  width: 200px;
  z-index: 100;
}

a.close_pic {
  background: url('/img/close.png') 0px no-repeat;
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 1000;
}
a.close_pic:HOVER {
  background-position: -16px;
}
a.close_pic:ACTIVE {
  background-position: -32px;
}

a.save_pic {
  position: fixed;
  left: 5px;
  top: 5px;
  z-index: 1000;
}

img.zoom_in {
  cursor: pointer;
  position: fixed;
  left: 5px;
  top: 53px;
  z-index: 1000;
}
img.zoom_out {
  cursor: pointer;
  position: fixed;
  left: 5px;
  top: 101px;
  z-index: 1000;
}
img.zoom_fit {
  cursor: pointer;
  position: fixed;
  left: 5px;
  top: 149px;
  z-index: 1000;
}
img.zoom_normal {
  cursor: pointer;
  position: fixed;
  left: 5px;
  top: 197px;
  z-index: 1000;
}
