.album {
  max-width: 700px; /** for this example, I don't give a rats (*) about IE */
  clear: both;
}
.album h2 {
  clear: both;
}
.album a {
  /*display: block;
  float: left;
  margin-right: 0.2em;
  padding: 0.2em;
  border: 1px solid black;
  background-color: #eee;
  text-align: center;*/
}
.album a:hover {
  /*border-color: #00A0C6;
  background-color: #00A0C6;*/
}
.album img {
  width:auto;/*72px*/
  height: auto;/*100px*/
  border: 1px;
  border-style: solid;
}
#album-nav {
  margin-top: 5em;
  max-width: 500px;
  overflow: auto;
}
.prev, .next {
  border: 1px outset #ccc;
  color: #000075;
  background-color: white;
  font-weight:bold;
  padding: 0.25em;
}
.prev:hover,.next:hover {
  border-style: inset;
}
.prev {
  float: left;
}
.next {
  float: right;
}
.album a.pop {
  font-family: Arial, Helvetica, sans-serif; 
  color: #FFFFFF; 
  font-size: 12px;
}
