/* slideshow gallery */

.rotator-and-buttons
{
    height: 230px; 
    overflow: hidden;
    width: 780px; 
    position: relative;  
    margin-bottom:10px; 
}

.rotator-buttons-container
{
    width: 169px; 
    position: absolute; 
    left: 590px; 
    top: 190px; 
    /*z-index: 100000;*/
}

ul.rotator-buttons-list
{
    padding: 0; 
    margin: 0; 
    list-style: none;
}

ul.rotator-buttons-list li
{
    float: left;
}

ul.rotator-buttons-list li a
{
    display: block; 
    text-align: center; 
    width: 23px; 
    height: 19px; 
    padding-top: 4px; 
    background-color: #bbbdc0; 
    color: #000; 
    margin-left: 5px;
    font-weight: bold;
}

ul.rotator-buttons-list li a:hover
{
    background-color: #636466;
    color: #FFF;
}

p.jshowoff-slidelinks
{
    position: absolute;
    top: 5px;   
    left: 562px; 
    top: 190px; 
    /*z-index: 100000;*/
    width: 169px;
    margin-right: 10px;
    float: left;
    padding: 0;
}

p.jshowoff-slidelinks a
{
    display: block; 
    text-align: center; 
    width: 23px; 
    height: 19px; 
    padding-top: 4px; 
    background-color: #bbbdc0; 
    color: #000; 
    margin-left: 5px;
    font-weight: bold;
    float: left;
    display: inline;
}

p.jshowoff-slidelinks a:hover, p.jshowoff-slidelinks a.jshowoff-1-active
{
    background-color: #636466;
    color: #FFF;
}

a.jshowoff-prev, a.jshowoff-next
{
    display: none;   
}

a.jshowoff-play
{
    display: block;
    background: #bbbdc0 url('../gfx/pause-button.gif') no-repeat left top;
    height: 23px;
    width: 23px;
    position: absolute;
    top: 190px;
    left: 735px;
    /*z-index: 20000;*/
}

a.jshowoff-play:hover
{
    background-color: #636466;
    background-image: url('../gfx/pause-button-hover.gif');
}

a.jshowoff-paused
{
    background-image: url('../gfx/play-button.gif');
}

a.jshowoff-paused:hover
{
    background-image: url('../gfx/play-button-hover.gif');
}

#menu
{
    position: relative;
    z-index: 9!important;
}
