#slideshow {list-style:none; background:#111; color:#fff}
#slideshow span {display:none}
#wrapper {width: 100%; margin: 0 auto; display: none; margin-bottom: 30px; max-width: 700px;}
#wrapper::after{content: ""; clear: both; display: block;}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width: 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; display: none;}
#information p {padding:0 8px 8px; display: none;}
#image {width: 100%; height: auto; position: relative;}
#image img{width: auto; max-width: 100%; margin: 0 auto;}
#image img+img{position:absolute; top: 0; left: 0; right: 0; bottom: 0; z-index:25;}
.imgnav {position:absolute; width:25%; top: 0; bottom: 0; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; top: 0; left: 0; right: 0; bottom: 0; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin:0; z-index: 100; position: relative;}
#slideleft {float:left; width:20px; height:79px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:79px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width: calc(100% - 40px); margin:0; height:79px; overflow:hidden; background: #000;}
#slider {position:absolute; left:0; height:79px}
#slider img {cursor:pointer; border:2px solid #666; padding:0; max-width: 100px; display: inline-block;}
