@import url("/css/default.css");

img {
    border: none;
}

.main .top, .main .bottom { 
  clear: both;
}

.images { 
  clear: both;
}

table.image {
  background: none;
  width: auto;
}

table.image td {
    text-align: center;
    width: 100%;
}

td.caption {
    text-align: center;
}

td.caption p {

}

.image {
    text-align: center;
}

p.image {

}

.navlinks { 
  width: 640px;
}

.navlinks a { 
  padding: 20px 5px 25px 5px;
  text-decoration: none;
  vertical-align: middle;
  width: 150px;
  color: #6b4914;
  font-size: 20px;
  text-align: center;
}

.navlinks a:hover { 

}

.navlinks a.prev { 
  float: left;
  background: url("/images/gold_arrow_left.png") no-repeat left;
}

.navlinks a.next { 
  float: right;
  background: url("/images/gold_arrow_right.png") no-repeat right;
}

