
/*  slide zoomer styles  */
#zoomwrap {
  width:255px; 
  margin:0px;
  float:left;
  margin-right:20px !important;
}
#zoomwrap div  {
  margin:0;
}
#pic-boundary {
  height:255px;
  width:255px;
  overflow:hidden;
  border:6px solid #ddd;
  position:relative;
  z-index:1;
  cursor:move;
}
#pic {
/*  height:265px;*/
  width:255px;
  border:0px;
  position:relative;
  z-index:2;
  cursor:move;
}
#slider, #zoomwrap div#slider {
  background:transparent url(/includes/zoom-track.png) repeat-x scroll 0 center;
  margin:5px 10px 1px 10px;
  width:195px; 
  height:22px;
  float:left;
}
.zoom-button {
  margin-top:7px;
  width:20px; 
  border:0px;
  float:left;
  vertical-align:absmiddle;
}
#slider #handle {
  background:transparent url(/includes/zoom-handle.gif) no-repeat top left;
  height:22px;
  width:9px;
}
#pic-thumbs {
  margin-top:50px;
}
#pic-thumbs h4 {
  font-size:12px;
  border-bottom:2px solid #CCC;
}
.zoompic-thumb {
  cursor:hand; cursor:pointer;
  border:6px solid #ddd;
}


