div#content a:link, a:active, a:hover, a:visited {
    color: #fff;
}

body.gallery #content {
    position: relative;
    background-image: none;
    background-color: #cbd3c1;
}

body.gallery .container {
    background: #547391;
    color: #ddd;
    zoom: 1;
}

div.navigation a.pageLink {
    height: 60px;
    line-height: 60px;
}

div.navigation a.prev {
    background-image: url(../img/prevPageArrowWhite.gif);
}

div.navigation a.next {
    background-image: url(../img/nextPageArrowWhite.gif);
}

div.controls {
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0 0 4px 0;
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 6px solid #fff;
    font-size: .75em;
    text-transform: uppercase;
}

div.photo-index {
    font-size: .75em;
    text-transform: uppercase;
    bottom: 4px;
}

div.controls a {
    margin: 0 5px 0 0;
}

div.slideshow-container {
    margin: 0;
    height: 360px;
    width: 586px;
    border-right: 6px solid #fff;
    position: relative;
    background-color: #cbd3c1;
}

div.slideshow {
    position: relative;
    width: 480px;
    left: 100px;
    border-left: 6px solid #fff;
}

div.slideshow span.image-wrapper {
    top: 0;
    width: 480px;
    height: 360px;
    position: relative;
}

div.slideshow a.advance-link {
    position: relative;
    width: 480px;
    height: 360px;
    line-height: 0px;
    background: #222;
    margin: 0;
    padding: 0;
}

div.slideshow img {
    border-width: 0;
    border: none;
    height: 360px;
    width: auto;
    max-width: 480px;
}

div.caption-container {
    height: 360px;
    width: 408px;
    margin: 0;
    background-color: #cbd3c1;
    color: #333;
}

div.caption {
    padding-top: 1em;
    background-color: #cbd3c1;
}

div.download {
    margin-top: 3em;
    text-align: right;
}

div.download a {
    color: #aaa;
    font-size: .9em;
}
