div.album {
    text-align: center;
    padding-top: 3px;
    margin: 0px -15px 20px -6px;
    _margin-left: -12px;
}

#gallery-back {
    float: right;
    margin-top: -28px;
}

div.album h2 {
    margin: 0 15px 10px 6px;
}

div.album:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.thumb {
    float: left;
    margin: 5px 6px;
}

#photo-frame {
    width: 515px;
    text-align: center;
    margin-bottom: 15px;
}

.photo-nav {
    text-align: center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.photo-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.photo-nav a {
    width: 100px;
    float: left;
    display: block;
    height: 29px;
    font-weight: bold;
}

.photo-nav a.previous {
    background: url('/resources/images/global/buttonprev.png') no-repeat left;
    padding: 8px 0 0 25px;
}

.photo-nav a.next {
    background: url('/resources/images/global/buttonnext.png') no-repeat right;
    padding: 8px 10px 0 0;
}

.photo-nav span.photo-index {
    float: left;
    display: block;
    height: 29px;
    width: 80px;
    padding-top: 8px;
}