a:link, a:active, a:visited {
  text-decoration: underline;
  color: #333;
}

a:hover, a:focus {
  text-decoration: none;
  color: #888;
}

#albums {
  margin: 20px;
  clear: both;
  position: relative;
  width:
}

.album {
  float: left;
  width: 350px;
  border: 1px solid #888;
  background: #eee;
  padding: 10px;
}

.album .thumb {
  float: left;
  margin-right: 10px;
}

.albumdesc h3 {
  font-size: x-large;
}

div.pagelist {
  clear: both;
  margin: 20px;
}

ul.pagelist {
  clear: both;
  list-style-type: none;
}

ul.pagelist li {
  display: inline;
}

ul.pagelist li a, ul.pagelist span.disabledlink {
  padding: 4px;
}

ul.pagelist li.current a {
  font-weight: bold;
  text-decoration: none;
  color: #5A5A4B;
}

ul.pagelist li.prev {
  margin-right: 10px;
}

ul.pagelist li.next {
  margin-left: 10px;
}

.disabledlink {
  color: #ddd;
  cursor: default;
}

.pagenav {
  clear: both;
}

#gallerytitle {
  margin: 10px;
}

#gallerytitle h2 {
  font-size: 22px;
}

.imagethumb a, #image a {
  float: left;
  border: 1px solid #888;
  background: #eee;
  padding: 10px;
  margin: 10px;
}

.imagethumb a:hover, #image a:hover {
  border-color: #333;
  background: #fff;
}

#image a {
  clear: both;
}

#image {
  clear: both;
}  

#imageDesc {
  clear: both;
}






