#photos #album_name {
    margin: 1.5em 0;
    
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5E7B9C;
}

#photos #photo_container {
    margin: 0;
}

#photos #photo_container img {
    display: block;
    margin: auto;
    width: 360px;
    padding: 4px;
    border: 1px rgb( 155, 188, 204 ) solid;
}

#photos #pager {
    margin: 0.5em 0;
}

#photos #pager td {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
    font-family: Verdana, sans-serif;
    color: #5E7B9C;
    width: 33.333%;
}

#photos #pager td a {
    font-style: normal;
    font-weight: normal;
}

#photos #prev {
    padding-left: 6px;
    text-align: left;
}

#photos #counter {
    text-align: center;
}

#photos #next {
    padding-right: 6px;
    text-align: right;
}

#photos #thumbs {
    margin-top: 2em;
}

#photos #thumbs td {
    text-align: center;
    padding: 0.5em 0;
}

#photos #thumbs img {
    width: 60px;
    padding: 4px;

    border: 1px rgb( 155, 188, 204 ) solid;
}

#photos #thumbs img:hover {
    border: 1px rgb( 76, 101, 128 ) solid;
}

#photos #albums li img {
    display: block;
    margin: 1.75em 0 0.5em;
    width: 100px;
}

#photos #albums li a {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    color: rgb( 135, 127, 82 );
}
