/*body {margin:0; background:#111; padding:0px; font:11px Verdana,Arial}*/
#slideshow
{
    list-style: none;
    color: #000;
}
#slideshow span
{
    display: none;
}
#wrapper
{
    width: 980px;
    margin: 0px auto;
    display: none;
}
#wrapper *
{
    margin: 0;
    padding: 0;
}
#fullsize
{
    position: relative;
    width: 975px;
    height: 404px;
    padding: 2px;
    border: 0px solid #ccc;
}
#information
{
    position: absolute;
    bottom: 0;
    margin-bottom: 4px;
    width: 975px;
    height: 0;
    background: #000;
    color: #fff;
    overflow: hidden;
    z-index: 200;
    opacity: .7;
    filter: alpha(opacity=70);
}
#information h3
{
    padding: 4px 8px 3px;
    font-size: 14px;
    color: #fff;
}
#information p
{
    padding: 0 8px 8px;
    color: #fff;
    font-size: 15px;
}
#image
{
    width: 975px;
}
#image img
{
    position: absolute;
    z-index: 25;
    width: 850px;
    height: 402px;
}
.imgnav
{
    position: absolute;
    width: 25%;
    height: 306px;
    cursor: pointer;
    z-index: 150;
}
#imgprev
{
    left: 0;
    background: url(images/scroll-left.gif) left center no-repeat;
    margin-top: 50px;
    margin-left: 25px;
}
#imgnext
{
    right: 0;
    background: url(images/scroll-right.gif) right center no-repeat;
    margin-top: 50px;
    margin-right: 25px;
}
#imglink
{
    position: absolute;
    height: 306px;
    width: 100%;
    z-index: 100;
    opacity: .4;
    filter: alpha(opacity=40);
}
.linkhover
{
    /*background: url(images/link.gif) center center no-repeat;*/
}
#thumbnails
{
    margin-top: 15px;
}
#slideleft
{
    float: left;
    width: 20px;
    height: 81px;
    background: transparent url(images/scroll-left.gif) center center no-repeat; /*background-color: #222;*/
}
#slideleft:hover
{
    background-color: #222;
}
#slideright
{
    float: right;
    width: 20px;
    height: 81px;
    background: transparent url(images/scroll-right.gif) center center no-repeat;
}
#slideright:hover
{
    background-color: #222;
}
#slidearea
{
    float: left;
    position: relative;
    width: 930px;
    margin-left: 5px;
    height: 81px;
    overflow: hidden;
}
#slider
{
    position: absolute;
    left: 0;
    height: 81px;
}
#slider img
{
    cursor: pointer;
    border: 3px solid #828d8e;
    padding: 0px;
    border-radius: 20px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
#leftSliderBG
{
    left: 0;
    width: 700px;
    height: 404px; /*background-image: url(css/images/LSlider.jpg);*/
    position: absolute;
    background-image: url(/tnaAdv/css/images/sliderBG.jpg);
    z-index:-1;
}
#rightSliderBG
{
    right: 0;
    top: 133px;
    width: 700px;
    height: 404px;
    background-image: url(/tnaAdv/css/images/sliderBG.jpg);
    /*background-image: url(css/images/RSlider.jpg);*/
    position: absolute;
    z-index:-1;
}
