#pageContainer {

  width: 900px;

  background-color: transparent;

  border-width: 0;

}



h1 {

  margin: 0 0 32px 64px !important;

}



#thumbnailsPane {

  float: left;

  width: 10px;

  height: 462px;

  overflow: auto;

  border: 2px ridge #00457b;

  margin-right: 10px;

  background-color: black;

} 



#buttonBar {



  clear: both;

  

 

  bottom: 150px;

  

}



td.explain {

color:#FFFFFF;

font-family: Georgia, "Times New Roman", Times, serif;

font-size:14px;

font-weight:bold;

}



#buttonBar img {

  cursor: pointer;

}



#photoDisplay {

  border: 1px solid black;

  right:0px;

  

  

}



img#firstButton {

  background: url(button.first.png) no-repeat;

}



img#lastButton {

  background: url(button.last.png) no-repeat;

}



img#previousButton {

  background: url(../images/buttons/button.previous.png) no-repeat;

}



img#nextButton {

  background: url(../images/buttons/button.next.png) no-repeat;

}



img#playButton {

  background: url(../images/buttons/button.play.png) no-repeat;

}



img#playButton.slideshow-playing {

  background: url(../images/buttons/button.pause.png) no-repeat;

}

