/*
 CSS for single-page photos
*/
body {
  min-width: 790px;
  max-width: 880px;
 }
 img {
  border-style: none;
  vertical-align: text-top;
 }
 ol {
  list-style-type: none;
  text-align: left;
  color: silver;
  margin: 0 0 0 0;
 }
 #vline {
  z-index: 100;
  position:absolute;
  left: 125px;
  top: 67px;
  height: 151px;
  width: 6px;
  border-right: solid white 1px;
  border-bottom: solid white 1px;
 } 
 #thumbnails {
  position: fixed;
  bottom: 5px;
  left: 684px;
  width: 160px;
  height: 340px;
  overflow: auto;
  scrollbar-arrow-color: silver;
  scrollbar-base-color: black;
  scrollbar-dark-shadow-color: black; 
  scrollbar-face-color: black;
  scrollbar-highlight-color: black;
  scrollbar-shadow-color: black;
  scrollbar-3d-light-color: black;
  scrollbar-track-color: black;
 }
 #thumbnails ul {
  list-style-type: none;
  margin: 10px 0 0 0;
 } 
 #thumbnails ul li {
  margin: 0 0 10px 0;
 }
 .first-word {
  font-weight: bold;
  color: #39f;
  text-transform: uppercase;
  font-size: smaller;
  letter-spacing: -1px;
 }
 .highlight img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  -moz-opacity: 0.6;
 }
 .highlight:hover img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
 }
 .mainImage {
  border: outset silver 2px;
 }
