#fotobook-main a {
  font-weight: bold;
  font-size: 12px;
}

#fotobook-main {
  font-size: 11px;
  width: 100%;
  border-spacing: 0;
}

#fotobook-main img {
  border: 3px solid #fff;
}

#fotobook-main small {
  font-size: 10px;
}

#fotobook-main td, #fotobook-main th {
  margin: 0px; padding: 10px;
  vertical-align: middle;
}

#fotobook-main th {
  text-align: center;
  width: 130px;
}

#fotobook-photo {
  padding: 10px 0 0 20px;
}

#fotobook-photo img {
  border:1px solid #fff;
}

#fotobook-album {
  margin: 0px;
  padding: 5px;
  width: 100%;
}

#fotobook-album td {
  width: 150px;
  padding: 3px 2px;
  text-align: center;
  vertical-align: middle; }

#fotobook-album img {
  background: white;
  border: solid 1px #ccc; }

#fotobook-album img:hover {
  border: solid 1px #906; }
  
#fotobook-info {
  font-size: 10px;
  margin-top: 10px;
  text-align: left;
  color:#777;
  padding-left:5px;
}

#fotobook-info th, #fotobook-info td {
  padding: 3px;
}

#fotobook-info th {
  font-weight: bold;
  vertical-align: top;
}

.fotobook-subheader {
color:#777777;
font-size:11px;
margin:0;
padding:3px 10px 4px;
text-align:right;
border-bottom: 1px dotted #333333;
}

.fotobook-subheader .main {
  float: left;
  text-align: left;
}

.fotobook-subheader .pagination {
  padding-left: 4px;
  text-align: right; 
}

.fotobook-subheader .pagination b {
  padding: 2px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px;
}

.fotobook-subheader .pagination a {
  font-weight: normal;
  margin: 0px;
  padding: 3px 3px; 
}

.fotobook-subheader .pagination a:hover {
  color: white;
  margin: 0px;
  padding: 3px 3px;
  background: #d6477c; 
  text-decoration: none;
}

.fotobook-subheader-bottom {
  border-bottom: 0;
}

.fotobook-subheader-bottom .pagination b {
  border-bottom: 0;
  border-top: solid 2px;
}

#fotobook-credits {
	margin-bottom:10px;	
}

#fotobook-credits small {
	color:#777;}