#slideshow {list-style:none; color:#fff;}#slideshow span {display:none;}#wrapper1 {width:720px; margin:10px auto; display:none;} /*  sets width of overall display  */#wrapper1 * {margin:0; padding:0;}#fullsize {position:relative; width:710px; height:370px; padding:2px; border:3px solid #000; background:#000}  /*  sets width for full size of photos  */#information {position:absolute; bottom:0; width:710px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70);} /*  repeat full width size here for info display width  */#information h3 {padding:4px 8px 3px; font-size:14px;}#information p {padding:0 8px 8px; color:#FFFFFF;}#image {width:710px;}  /*  repeat full width size here of photo  */#image img {position:absolute; z-index:25; width:auto;}.imgnav {position:absolute; width:15%; height:370px; cursor:pointer; z-index:150;}  /*  set height of photo actual size -- 378 was web height in Pointed  */#imgprev {left:0; background:url(images/left.gif) no-repeat left center;}#imgnext {right:0; background:url(images/right.gif) no-repeat right center;}#imglink {position:absolute; height:370px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40);}   /*  another repeat of photo size height  */.linkhover {background:url(images/link.gif) no-repeat center center;}#thumbnails {margin-top:15px; background-color:#000; height:90px;}   /* set height of thumbnail images  89 was Web site height in Pointed.com  */#slideleft {float:left; width:20px; height:90px; background:url(images/scroll-left.gif) no-repeat center center; background-color:#222;}   /*  repeat height of photos in thumbs  */#slideleft:hover {background-color:#333;}#slideright {float:right; width:20px; height:90px; background:url(images/scroll-right.gif) no-repeat center center; background-color:#222;}   /*  repeat height of photos in thumbs  */#slideright:hover {background-color:#333;}#slidearea {float:left; position:relative; width:670px; margin-left:5px; margin-right:5px; height:90px; overflow:hidden; background-color:#000;}  /*  width here was 405 (???) where pic was 450 or 456 from PointedWebs plus height of thumbs  */#slider {position:absolute; left:0; height:90px;}    /* again, use height of thumbs  */#slider img {cursor:pointer; border:1px solid #666; padding:2px;}