div.gcontent {
        /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
        display: none;
        float: center;
        width: 610px;
}
div.gcontent a, div.navigation a {
        text-decoration: none;
        color: #777;
}
div.gcontent a:focus, div.gcontent a:hover, div.gcontent a:active {
        text-decoration: underline;
}
div.controls {
        margin-top: 5px;
        height: 23px;
}
div.controls a {
        padding: 5px;
}
div.ss-controls {
        float: left;
}
div.nav-controls {
        float: right;
}
div.slideshow-container {
        position: relative;
        clear: both;
        height: 610px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('source/loader.gif');
        background-repeat: no-repeat;
        background-position: center;
        width: 910px;
        height: 610px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
}
div.slideshow a.advance-link {
        display: block;
        width: 984px;
        height: 610px; /* This should be set to be at least the height of the largest image in the slideshow */
        line-height: 610px; /* This should be set to be at least the height of the largest image in the slideshow */
        text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
        text-decoration: none;
}
div.slideshow img {
        vertical-align: middle;
        border: 1px solid #000;
}

div.caption-container {

}
span.image-caption {
        display: block;
        position: absolute;
}
div.caption {
        background-color: #000;
        padding: 12px;
        color: #ccc;
}
div.caption a {
        color: #fff;
}

div.navigation-container {
        float: left;
        position: relative;
        left: 50%;
}

div.navigation {
        float: left;
        position: relative;
        left: -50%;
}

div.navigation a.pageLink {
        display: block;
        position: relative;
        float: left;
        margin: 2px;
        width: 16px;
        background-position:center center;
        background-repeat:no-repeat;
        height: 77px;
}
div.navigation a.pageLink:focus {
        outline: none;
}
ul.thumbs {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
}
ul.thumbs li {
        float: left;
        padding: 0;
        margin: 2px;
        list-style: none;
}
ul.thumbs li.selected a.thumb {
    padding-bottom: 2px;
    border-bottom: 2px solid #ccc;
}
a.thumb {
        padding: 1px;
        display: block;
}
a.thumb:focus {
        outline: none;
}
ul.thumbs img {
        border: none;
        display: block;
}

#captionToggle a {
        float: right;
        display: block;
        background-repeat: no-repeat;
        background-position: right;
        margin-top: 5px;
        padding: 5px 30px 5px 5px;
}

