
@charset "utf-8";
#gallery {
    width: 600px;
}
div.content {
    display: none;
    float: none;
}
div.content a, div.navigation a {
    color: #777;
    text-decoration: none;
}
div.content a:focus, div.content a:hover, div.content a:active {
    text-decoration: underline;
}
div.ss-controls {
    display: none;
    float: left;
}
div.nav-controls {
    background-color: #eef0ee;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
div.nav-controls a.prev, div.nav-controls a.next {
    text-decoration: underline;
}
div.nav-controls a.prev:hover, div.nav-controls a.next:hover {
    text-decoration: none;
}
div.nav-controls a.prev {
    color: #000;
    display: block;
    float: left;
    font-size: 1.083em;
    font-weight: bold;
    position: relative;
    z-index: 11;
}
div.nav-controls a.next {
    color: #000;
    display: block;
    float: right;
    font-size: 1.083em;
    font-weight: bold;
    position: relative;
    z-index: 11;
}
div.slideshow-container {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 600px;
}
div.slideshow a.advance-link {
    display: block;
    height: 400px;
    margin: 0;
    padding: 0;
}
div.slideshow a.advance-link img {
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
    text-decoration: none;
}
div.download {
    float: right;
}
div.caption-container {
    clear: left;
    height: 122px;
    position: relative;
}
span.image-caption {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 621px;
}
div.caption {
    padding: 32px 0 0;
}
div.caption h4 {
    margin-bottom: 12px;
}
div.image-title strong {
    color: #ffeaa8;
}
div.navigation {
    clear: both;
    overflow: hidden;
    position: relative;
    width: 600px;
}
ul.thumbs {
    clear: both;
    height: auto !important;
    margin: 0 0 0 -10px;
    overflow: hidden;
    padding: 8px 0 0;
}
ul.thumbs li {
    float: left;
    height: 40px;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 7px;
    padding: 0;
    vertical-align: top;
    width: 50px;
}
ul.thumbs li .img-wrap {
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 0 0 0 5px;
    width: 50px;
}
a.thumb:focus {
    outline: medium none;
}
div.pagination {
    bottom: -5px;
    display: none;
    font-size: 0.929em;
    height: 32px;
    line-height: 1.3em;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10;
}
div.top.pagination {
    display: none;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    color: #dfdfde;
    display: inline-block;
    font-weight: bold;
    height: 19px;
    margin: 0 3px;
    width: 19px;
}
div.pagination a:hover {
    background-position: 0 0;
    color: #000;
    text-decoration: none;
}
div.pagination span.current {
    background-position: 0 0;
    color: #000;
}
div.pagination span.ellipsis {
    border: medium none;
}
