/*** Start of SR66 Slideshow Style Definitions ***/
#gallery {
  position:relative;
  width:200px;
  /*height:320px;*/
  padding:0px;
  height:245px;
}
#images {
  border:2px solid #9ac1c9;
  height:240px;
  background:#eef5f6;
  margin-bottom:5px;
}
#image {
  position:relative;
  width:196px;
  height:236px;
  padding:2px;
  background:#000 url("../images/slideshow_loading.gif") center center no-repeat;
}
#image img {
  position:absolute;
  top:2px;
  left:2px;
}
#thumbwrapper {
  margin-top:0px;
  padding:2px 0;
  width:196px;
  height:0px;
  background:#000;
}
#thumbarea {
  position:relative;
  overflow:hidden;
  height:0px;
  width:196px;
}
#thumbs {
  position:absolute;
  list-style:none;
  margin-left:2px;
  height:75px;
  width:10000px;
}
#thumbs li {
  float:left;
  margin-right:2px;
  cursor:pointer;
}
.imgnav {
  position:absolute;
  height:100%;
  width:20%;
  z-index:1;
  height:238px;
  width:20%;
  outline:none;
  cursor:pointer;
}
#previmg {
  left:0px;
}
#previmg:hover {
  background: url("../images/slideshow_left.png") left center no-repeat;
}
#nextimg {
  right:0;
}
#nextimg:hover {
  background: url("../images/slideshow_right.png") right center no-repeat;
}
/*** End of SR66 Slideshow Style Definitions ***/
