#slideshow {
    list-style: none;
    background: #111;
    color: #fff
}

#slideshow span {
    display: none
}

#wrapper {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    display: none
}

#wrapper * {
    margin: 0;
    padding: 0
}

#fullsize {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: #000
}

#information {
    position: absolute;
    bottom: 0;
    width: 500px;
    height: 0;
    background: #000;
    color: #fff;
    overflow: hidden;
    z-index: 200;
    opacity: .7;
    filter: alpha(opacity=70)
}

#information h3 {
    padding: 4px 8px 4px 8px;
    font-size: 14px
}

#information p {
    padding: 0 8px 8px
}

#image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgnav {
    position: absolute;
    width: 25%;
    height: 320px;
    cursor: pointer;
    z-index: 150
}

#imgprev {
    left: 0;
    background: url('../../images/icon/left.gif') left center no-repeat
}

#imgnext {
    right: 0;
    background: url('../../images/icon/right.gif') right center no-repeat
}

/*#imglink {*/
/*    position: absolute;*/
/*    height: 320px;*/
/*    width: 100%;*/
/*    z-index: 100;*/
/*    opacity: .4;*/
/*    filter: alpha(opacity=40)*/
/*}*/

#thumbnails {
    margin: 0;
    display: inline-block;
    width: 100%;
    background: #000;
    padding: 15px 0;
    position: relative;
    margin-bottom: -10px;
}

#slideleft {
    float: left;
    width: 20px;
    height: 79px;
    background: url('../../images/icon/scroll-left.gif') center center no-repeat;
    background-color: #000;
    position: absolute;
    left: 0;
    z-index: 2;
}
#slideright {
    float: right;
    width: 20px;
    height: 79px;
    background: #000 url('../../images/icon/scroll-right.gif') center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}


#slidearea {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
    height: 79px;
    overflow: hidden
}

#slider {
    position: absolute;
    left: 0;
    height: 79px
}

#slider img {
    cursor: pointer;
    border: 2px solid #666;
    padding: 0;
    width: 140px;
    height: 80px;
    float: left;
    margin: 0 10px;
    border-radius: 0;
}

#thumbnails .container{
    margin: auto;
    padding: 0 35px;
}
#information, #imgprev, #imgnext{
    display: none;
}