div.content {
    /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    display: none;
    clear:both;
    width: 700px; 
}
div.content a, div.navigation a {
    text-decoration: none;
    color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
    text-decoration: underline;
}
div.ss-controls {
clear:both;
padding-top:20px;
width:700px;
text-align:center;
}
div.nav-controls {
width:700px;
position:absolute;
top:620px;
z-index:1;

}
div.nav-controls .next
{float:right}
div.nav-controls .prev
{float:left;}
zdiv.slideshow-container {
    position: relative;
    clear: both;
    height: 602px; /* 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: 700px;
    height: 602px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
clear: both;
}
div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    top: 500;
    aleft: 0;
}
div.slideshow a.advance-link {
    display: block;
    width: 700px;
    height: 602px; /* This should be set to be at least the height of the largest image in the slideshow */
    line-height: 602px; /* 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 #ccc;
}

div.caption-container {
    aposition: absolute;
top:0px;
    clear: both;
   aheight: 75px;
awidth:700px;
afloat:left;
}
span.image-caption {
    display: block;
    position: relative;
    width: 700px;
   text-align:center;
    atop: 0;
    aleft: 0;
}
div.caption {
    padding: 12px;
}
div.image-title {
    font-weight: bold;
    font-size: 1.4em;
}
div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
}


ul.thumbs {
    aclear: both;
    margin: 0;
    padding: 0;
}
ul.thumbs li {
    float: left;
    padding: 0;
    margin: 5px 4px 5px 0;
    list-style: none;
}
a.thumb {
    padding: 2px;
    display: block;
    border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
    background: #000;
}
a.thumb:focus {
    outline: none;
}
ul.thumbs img {
    border: none;
    display: block;
}

div.navigation {
width:700px;
}
div.navigation a.pageLink {
    height: 120px;
    line-height: 120px;
}
div.navigation a.pageLink {
    display: block;
    position: relative;
    float: left;
    margin: 0px;
    width: 50px;
    background-position:center center;
    background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
    outline: none;
}

div.navigation a.prev {
background-image: url(/images/prev_button.jpg);
}
div.navigation a.next {
background-image: url(/images/next_button.jpg);
}
div.pagination a:hover {
    background-color: #111;
}
div.pagination span.current {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

