H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {
  background-color: #f8f8f8;
  color: #080808; 
}
#content UL.thumbnails SPAN.wrap2:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
  background-color: #f8f8f8;
  border-color: #f8f8f8;		/* thumbnails border color when mouse cursor is over it */  
  color: black;
}
#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #f8f8f8;	/* thumbnails border color and style */
  border-radius: 4px 4px;	/* round corners with CSS3 compliant browsers */
}
/* borders */
#menubar DL, #content, #imageToolBar, 
#comments DIV.comment BLOCKQUOTE {
  border: 1px dashed #d3d3d3;
}
#content UL.thumbnail IMG {
  border: 1px solid #f8f8f8;
}
#theImage IMG {
  border-color: #f8f8f8;
}
/* links */
A, INPUT.rateButton {
    color: #080808;
    background: transparent;
}
