/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */



#gallery 

{ position: relative; 

  width: 750px;

  padding-top: 8px;

}



#thumbs 

{ width: 200px; 

  float: left;

  margin-left:680px;



  margin-top:-450px;

  margin-bottom:50px;

}



#thumbs a 

{ display: block; 

  float: left; 

  margin: 1px 0px 19px 10px; 

  width: 60px; 

  height: 70px; 

  border: 2px solid #000000;

}



#thumbs a img 

{ width: 60px; 

  height: 70px; 

  border: 0;

}



#thumbs a:hover {border-color: #ddd;}



#thumbs a:hover img 

{ position: absolute; 

  width:650px; 

  height:450px; 

  left: 0px; 

  top: 8px; 

  padding: 0px;

  border: 2px solid #000000;

}



#links, #links a:hover, #links a.selected, #links a.selected:hover,

 a:hover, .sub

{ background: transparent;

  color: #929280;

}



#links a, 

{ background: transparent;

  color: #4B9786;

}



