
#eggallery img {
  /*max-width: 100%;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #888;
  padding: 3px;
  /*margin: 0 0 10px 10px;*/
}

#eggnav:after {
  content: '.'; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

#eggnav {
  display: inline;
}

* html #eggnav {
  height: 1%;
}

#eggnav {
  display: block;
}

#eggnav ul {
  list-style-type: none;
  float: left;
  border-left: 1px solid #888;
  padding: 0;
  clear: both;
}

#eggnav ul li {
  display: block;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
}

#eggnav ul li a {
  background: #fff;
  height: 2em;
  border: .1em solid #888;
  border-left: none;
  padding: 0px 3px;
  color: #000;
  display: block;
  text-align: center;
  text-decoration: none;
  font: normal .9em/1.9em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#eggnav ul li a:hover {
  color: #fff;
  background: #1E90FF;
  text-decoration:none;
}

#eggnav ul a:active {
  background: #271E3D;
  color: #fff;
}

#eggnav ul li a.active {
  background: #271E3D;
  border: .1em solid #271E3D;
  color: #fff;
}

