#slideshow {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #ffffff;
  }
#slideshow span {
  display: none;
  }
#wrapper {
  width: 352px;
  height: 282px;
  float: right;
  margin: 0px;
  display: none;
  border: none;
  }
#wrapper * {
  position: relative;
  margin:0;
  padding:0;
  }
#fullsize {
  position: relative;
  width: 352px;
  height: 282px;
  padding: 0px;
  margin: 5px 0px 0px 35px;
  background-color: transparent;
  }
#cnr {
  position: absolute;
  width: 352px;
  height: 282px;
  top: 0px;
  right: 0px;
  z-index: 2;
  background: url(../graphics/gallery_img_cnr.png) no-repeat;
  }


#image {
  position: relative;
  width: 352px;
  height: 282px;
  top: 0px;
  right: 0px;
  z-index: 1;
  }
#image img {position:absolute; z-index:25; width:auto}
.imgnav {
  position: absolute;
  width: 25%;
  height: 310px;
  cursor: pointer;
  z-index: 150;
  }
#imgprev {
  position: absolute;
  top: 261px;
  left: 583px;
  width: 100px;
  height: 282px;
  font-size: 1px;
  letter-spacing: -1000pt;
  background:url(../graphics/btn_prev.gif) left center no-repeat;
  z-index: 150;
  }
#imgnext {
  position: absolute;
  top: 261px;
  right: 40px;
  width: 100px;
  height: 282px;
  font-size: 1px;
  letter-spacing: -1000pt;
  background:url(../graphics/btn_next.gif) right center no-repeat;
  z-index: 150;
  }
#imgprev:hover,
#imgnext:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  }




#imglink {position:absolute; height:306px; width:10; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../graphics/link.gif) center center no-repeat}
#thumbnails {
  position: relative;
  top: -75px;
  z-index: 5000;
  }
#slideleft {float:left; width: 15px; height:47px; background:url(../graphics/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width: 15px; height:47px; background:#222 url(../graphics/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {
  float: left;
  position:relative;
  width: 256px;
  margin: 0px 7px;
  height: 47px;
  overflow:hidden;
  }
#slider {
  position: absolute;
  left: 0px;
  min-width: 256px;
  height: 47px;
  }
#slider img {
  cursor: pointer;
  border: 1px solid #666666;
  padding: 0px;
  }
