#slideshow {
    list-style: none;
    color: #fff
    }
#slideshow span {
    display: none
    }
#wrapper {
    width: 650px;
    height: 195px;
    margin: 0 auto;
    display: none
    }
#fullsize {
    position: relative;
    width: 670px;
    height: 180px;
    padding: 0;
    border: 0 solid #ccc
    }
#information {
    position: absolute;
    top: 0;
    width: 400px;
    height: 0;
    overflow: hidden;
    z-index: 200;
    left: 250px
    }
#image {
    width: 250px
    }
#image img {
    position: absolute;
    z-index: 25;
    width: auto
    }
.imgnav {
    position: absolute;
    width: 25%;
    height: 306px;
    cursor: pointer;
    z-index: 150
    }
#imgprev {
    display: none;
    left: 0;
    background: url(images/left.gif) left center no-repeat
    }
#imgnext {
    display: none;
    right: 0;
    background: url(images/right.gif) right center no-repeat
    }
#imglink {
    position: absolute;
    height: 180px;
    width: 100%;
    z-index: 100;
    opacity: 0.4;
    filter: alpha(opacity=40)
    }
.linkhover {
    background: url(images/link.gif) center center no-repeat
    }
#thumbnails {
    margin-top: 15px
    }
#slideleft {
    display: none;
    float: left;
    width: 20px;
    height: 81px;
    background: url(images/scroll-left.gif) center center no-repeat;
    background-color: #222
    }
#slideleft:hover {
    background-color: #333
    }
#slideright {
    display: none;
    float: right;
    width: 20px;
    height: 81px;
    background: #222 url(images/scroll-right.gif) center center no-repeat
    }
#slideright:hover {
    background-color: #333
    }
#slidearea {
    float: right;
    position: relative;
    width: 456px;
    margin-left: 5px;
    height: 32px;
    overflow: hidden
    }
#slider {
    float: right;
    height: 32px
    }
#slider img {
    cursor: pointer;
    border: 1px solid white
    }