div.content {
    /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    display: none;
    float: left;
    width: 550px; 
}
div.content a, div.navigation a {
    border-radius: 5px;
    color: #004A79;
    text-decoration: none;
}
div.content a:focus, div.content a:hover, div.content a:active {
    text-decoration: none;
}
.play{
    background: url(../image/play.png) no-repeat;
    height:29px;
    width:30px;
}
.pause{
    background: url(../image/pause.png) no-repeat;
    height:29px;
    width:30px;
}
.prev{
    background: url(../image/prev.png) no-repeat;
    height:30px;
    width:30px;
}
.next{
    background: url(../image/next.png) no-repeat;
    height:30px;
    width:30px;
}
div.controls {
    height: 23px;
    margin-top: 47px;
}
div.controls a {
    display: block;
    float: right;
    padding: 5px;
}
div.ss-controls {
    float: left;
    margin-left: 18px;
}
div.nav-controls {
    float: right;
    margin-right: 16px;
}
div.slideshow-container {
    position: relative;
    clear: both;
    height: 343px; /* 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('loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
    background: none repeat scroll 0 0 #202020;
    border: 4px solid #8C8D8D;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 306px;
    padding: 10px;
    width: 522px;
}
div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
div.slideshow a.advance-link {
    display: block;
    width: 550px;
    height: 352px; /* This should be set to be at least the height of the largest image in the slideshow */
    line-height: 352px; /* 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 {
    border: 4px solid #8C8D8D;
    border-radius: 5px;
    height: 276px;
    vertical-align: middle;
    width: 489px;
}
div.download {
    float: left;
    margin-left: 34px;
    margin-top: 10px;
}
div.download a{
    border: 1px dashed #AD5400;
    box-shadow: 2px 1px 1px #FFFFFF;
    color: #AD5400;
    display: block;
    font-size: 16px;
    padding: 9px;
}
div.download a:hover{
    color:#e60000;
    border: 1px dashed #e60000;
}
div.caption-container {
    background: none repeat scroll 0 0 #F6F6F6;
    border-radius: 8px;
    clear: left;
    height: 75px;
    position: relative;
    top: -23px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
span.image-caption {
    display: block;
    position: absolute;
    width: 550px;
    top: 0;
    left: 0;
}
div.caption {
    padding: 12px;
}
div.image-title {
    color: #3AA1E2;
    font-family: gess;
    font-size: 1.4em;
    font-weight: bold;
    text-align: right;
}
div.image-desc {
    color: #7D7D7D;
    font-family: gess;
    line-height: 1.3em;
    padding-top: 5px;
    text-align: right;
}
div.navigation {
    /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
    clear: both;
    height: 365px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
ul.thumbs li {
    float: left;
    height: 82px;
    list-style: none outside none;
    margin: 5px 7px 5px 0;
    padding: 0;
    width: 167px;
}
a.thumb {
    border: 1px solid #3AA1E2;
    border-radius: 5px;
    display: block;
    padding: 2px;
}
ul.thumbs li.selected a.thumb {
    background: none repeat scroll 0 0 #003D63;
    border-radius: 5px;
}
a.thumb:focus {
    outline: none;
}
ul.thumbs img {
    border: medium none;
    border-radius: 5px;
    display: block;
    height: 77px;
    width: 161px;
}
div.pagination {
    clear: both;
}
div.navigation div.top {
    margin-bottom: 12px;
    height: 11px;
}
div.navigation div.bottom {
    margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    border: 1px solid #CCCCCC;
    display: block;
    float: right;
    line-height: 18px;
    margin-right: 2px;
    padding: 4px 7px 2px;
}
div.pagination a:hover {
    background-color: #eee;
    text-decoration: none;
}
div.pagination span.current {
    background: none repeat scroll 0 0 #004A79;
    border-color: #004A79;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
}
div.pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}
