#slideshow { list-style:none; color:#fff; display: none; }
#slideshow span { display:none; }

#wrapper { width:640px; height:430px; margin:10px auto 60px; display:none}
#wrapper * {margin:0; padding:0}
#fullsize  {position:relative; width: 100%; height: 100%; border:1px solid #ccc; background:#333; overflow: hidden; }

#information {position:absolute; bottom:0; width:100%; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.6; filter:alpha(opacity=60); }
#information h3 {padding:4px 8px 3px; font-size: 1.2em; border: none; }
#information p {padding:0 8px 8px; font-size: .8em; }

#image {width: 100%; height: 100%; background-color: #333; }
#image img {position:absolute; z-index:25; width: auto; height: 100%; }
.imgnav {position:absolute; width:50px; height:100%; 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; height:100%; width:100%; z-index:100; opacity:.5; filter:alpha(opacity=50); }
.linkhover {background: url(images/link.gif) center center no-repeat; }

#thumbnails {margin-top:5px; width: 100%; height: 80px; }
#slideleft {float:left; width:20px; margin-right: 5px; height:100%; background:#222 url(images/scroll-left.gif) center center no-repeat; }
#slideright {float:right; width:20px; margin-left: 5px; height:100%; background:#222 url(images/scroll-right.gif) center center no-repeat; }
#slideleft:hover, #slideright:hover  {background-color:#444; }
#slidearea {width: 100%; height: 100%; float:left; position:relative; overflow:hidden; }
#slider {position:absolute; left:0; height:80px}
#slider img {cursor:pointer; border:1px solid #333; padding:2px;}
#slidearea img { height: 78px; padding: 0; }

