div.controls
{
    position: absolute;
    left: 380px;
    top:4px;

}
div.controls a
{
    padding-right: 5px;
    font-size:18px;
    font-family: arial;
}

div.ss-controls
{
    position: absolute;
    top:5px;
}

div.nav-controls
{
    position: absolute;
    left:20px;
    top:5px;
}

div.loader
{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    max-height: 570px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow
{
    height:570px;
    width: 850px;
    position: relative;
    overflow: hidden;
}

div.slideshow-holder
{
    height:567px;
}


div.slideshow span.image-wrapper
{
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
}

div.slideshow a.advance-link
{
    display: block;
}

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;
    width: 843px;
    text-align: center;
}

#thumbs
{
    margin-left:0px;
    padding:0px;
    width: 850px;
    height:52px;
}

ul.thumbs
{
    clear: both;
    padding: 0;
    margin-left: 5px;
    width: 845px;
    text-align: left;
    height:32px;
    margin-top: -49px;
}

ul.thumbs li
{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    height:32px;
    width:32px;
    margin-right: -1px;
}

ul.thumbs li img
{
    width: 30px;
    height: 30px;
}

a.play img
{
    border:0;
}


a img
{
    border:0;
}


a.thumb
{
    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.pagination
{
    font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica";
    clear: both;
    padding-top:5px;
    display: block;
    height: 17px;
    color: white;
    text-align: center;
    margin-top: 32px;
    font-size: 11px;
    letter-spacing: 2px;
}

div.pagination .current
{
    font-weight: bold;
}

div.navigation div.top
{
    margin-bottom: 0px;
    height: 11px;
}

div.navigation div.bottom
{
    margin-top: 0px;
}
