body{
    background-color: #000000;
    color: #bbb;
}
a{
    color: #f70;
}
h2 {
    color: #ccc;
}
div#page {
    background-color: #080808;
    border-color: #222;
}
div#footer {
    color: #888;
}
div.caption-container {
    color: #eee;
}
div.image-title {
    font-weight: bold;
    font-size: 1.1em;
}
div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
}
div.download {
    margin-top: 8px;
}
div.photo-index {
    color: #888;
}
div.navigation a.prev {
    background-image: url(prevPageArrowWhite.gif);
}
div.navigation a.next {
    background-image: url(nextPageArrowWhite.gif);
}
div.loader {
    background-image: url(loaderWhite.gif);
}
div.slideshow img {
    border-color: #333;
}
ul.thumbs li.selected a.thumb {
    background: #fff;
}
div.pagination a:hover {
    background-color: #202020;
}
div.pagination span.current {
    background-color: #fff;
    border-color: #c0c0c0;
    color: #000;
}

img.control-button {
    width: 90px;
    height: 35px;
    border: none;
}
