#slideshow
{
    list-style: none;
    color: #000;
    background-color: #FFF;
}
.link
{
    text-decoration: none;
    color: #FF9900;
    font-size: 16px;
    font-weight: bold;
}
#slideshow span
{
    display: none;
}
#wrapper
{
    width: 784px;
    margin: 0;
    display: none;
}
#wrapper *
{
    margin: 0;
    padding: 0;
}
#fullsize
{
    position: relative;
    width: 784px;
    height: 210px;
    padding: 2px;
    border-left: 1px solid #04A1D8;
    border-right: 1px solid #04A1D8;
    border-bottom: 1px solid #04A1D8;
    background: #FFF;
}
#information
{
    position: absolute;
    bottom: 0;
    width: 784px;
    height: 0;
    background: #E8F9FF;
    color: #fff;
    overflow: hidden;
    z-index: 200;
    opacity: .7;
    filter: alpha(opacity=70);
}
#information h3
{
    text-align: left;
    padding: 4px 8px 3px;
}
#information p
{
    padding: 0 8px 8px;
    color: #000;
}
#image
{
    width: 784px;
}
#image img
{
    position: absolute;
    z-index: 25;
    width: auto;
}
.imgnav
{
    position: absolute;
    width: 25%;
    height: 206px;
    cursor: pointer;
    z-index: 150;
}
#imgprev
{
    left: 0;
    background: url(/images/left.gif) left top no-repeat;
}
#imgnext
{
    right: 0;
    background: url(/images/right.gif) right top no-repeat;
}
#imglink
{position:absolute; height:210px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover
{
    background: url(/images/link.gif) center top no-repeat;
}
#thumbnails
{
    margin-top: 0;
    width:790px;
}
#slideleft
{
    float: left;
    width: 23px;
    height: 81px;
    background: #FFF url(/images/scroll-left.gif) center center no-repeat;
    background-color: #00A0DE;    
    clear:both;
}
#slideleft:hover
{
    background-color: #014778;
}
#slideright
{    
    float: left;
    width: 24px;
    height: 81px;
    background: #00A0DE url(/images/scroll-right.gif) center center no-repeat;
}
#slideright:hover
{
    background-color: #014778;
}
#slidearea
{
    float: left;
    position: relative;
    width: 735px;
    margin-left: 8px;
    height: 81px;
    overflow: hidden;
}
#slider
{
    position: absolute;
    left: 0;
    height: 81px;
}
#slider img
{
    cursor: pointer;
    border-bottom: 1px solid #00A0DE;
     border-left: 1px solid #00A0DE;
      border-right: 1px solid #00A0DE;
    padding: 5px;
}
