body.slideshow { margin: 0;}

#gal-top, #gal-mid {
  background-color: rgb(213,213,213);
}

#gal-top {
  width: 520px;
  height: 500px;
  padding-top: 10px;
}

#gal-top img {
  padding: 0;
  margin: 0;
}

#gal-top table {
  width: 100%;
  height: 100%;
}

#gal-top table td {
  text-align: center;
  vertical-align: middle;
}

#gal-mid {
  height: 10px;
  font-size: 9px;
  text-align: right;
  vertical-align: bottom;
  padding-right: 2px;
  padding-bottom: 2px;
}

#gal-bot {
  width: 520px;
  height: 64px;
  text-align: center;
  margin-top: 5px;
  padding-top: 5px;
  background-color: rgb(87,87,87);
}

#prev, #next {
  padding-bottom: 12px;
}

#prev {
  padding-right: 1px;
}

#next {
  padding-left: 1px;
}


