#slideshow {
    list-style: none;
    color: #fff
}

#slideshow span {
    display: none
}

#wrapper {
    width: 516px;
    margin: 0px auto;
    display: none
}

#wrapper * {
    margin: 0;
    padding: 0
}

#fullsize {
    position: relative;
    width: 514px;
    width: 512px !important;
    height: 300px;
    height: 298px !important;
    padding: 1px;
    border: 0;
    background: #d9d9d9
}

#information {
    display: none;
    position: absolute;
    bottom: 0;
    width: 512px;
    height: 0;
    background: #000;
    color: #fff;
    overflow: hidden;
    z-index: 200;
    opacity: 0;
    /*filter: alpha(opacity = 1)*/
}

#information h3 {
    padding: 4px 8px 3px;
    font-size: 13px;
}

#information p {
    padding: 0 8px 8px;
    font-weight: normal;
}

#image {
    width: 512px
}

#image img {
    position: absolute;
    z-index: 25;
    width: auto
}

.imgnav {
    position: absolute;
    width: 25%;
    height: 306px;
    cursor: pointer;
    z-index: 150
}

#imgprev {
    left: 0;
    background: url(/documents/left.gif) left center no-repeat
}

#imgnext {
    right: 0;
    background: url(/documents/right.gif) right center no-repeat
}

#imglink {
    position: absolute;
    height: 306px;
    width: 300px;
    left: 120px;
    z-index: 100;
    opacity: .4;
    /*filter: alpha(opacity = 40)*/
}

.linkhover {
    background: url(/documents/link.gif) center center no-repeat
}

