/* View mode */
#photos-slide
{ 
  padding: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: 0.1px solid black;

  /* proprietary tags for gecko and khtml (round corner) )*/
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -khtml-border-radius: 0.5em 0.5em 0.5em 0.5em; 
  border-radius: 0.5em 0.5em 0.5em 0.5em; 

  max-width: auto;
  width: expression(document.body.clientWidth > 800? "600px": "auto");
  background: #9f9c8e;
 }

#photos-slide-control
{ 
  height: 2em;
  padding: 0;
  margin: 0;
  padding-top: 1em;
  border: 0;
  white-space: nowrap;
 }

#photos-slide-state
{ 
  text-align: right;
  font-size: smaller;
  color: #9a0000;
  float: left;
  padding-right: 0.5em;
  width: 45%;
 }

#photos-slide-control-box
{ 
  float: left;
  width: 53%;
  height: 90%;
  color: grey;
 }

#photos-slide-control-sep
{ 
  color: grey;
 }

#photos-slide-control a
{ 
  font-size: smaller;
  text-decoration: none;
  margin: 0;
  color: white;
  background-color: transparent;
  font-weight: bold;
  font-variant: small-caps;
 }

#photos-slide-play
{ 
  padding: 1em;
  padding-right: 1.5em;
  background: url(images/play.png) no-repeat right;
 }

#photos-slide-next
{ 
  padding: 1em;
  padding-left: 0.8em;
  background: url(images/next.png) no-repeat right;
 }

#photos-slide-next:hover
{ 
  background: url(images/next_hover.png) no-repeat right;
 }

#photos-slide-prev
{ 
  padding: 1em;
  padding-right: 0.8em;
  background: url(images/prev.png) no-repeat left;
 }

#photos-slide-prev:hover
{ 
  background: url(images/prev_hover.png) no-repeat left;
 }

#photos-slide-image
{ 
  text-align: center;
  height: 300px;
  position: relative;
  top: 1em;
 }

#photos-slide-counter
{ 
  color: white;
  font-size: large;
  margin-bottom: 0.3em;
  text-align: right;
  margin-right: 2em; 
 }

#photo-info
{ 
  padding-top: 0.5em;
  border: solid 1px #e6ad28;

  /* proprietary tags for gecko and khtml (round corner) )*/
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -khtml-border-radius: 0.5em 0.5em 0.5em 0.5em; 
  border-radius: 0.5em 0.5em 0.5em 0.5em; 
  margin-left: 2em;
  margin-right: 2em;  
  background: #ffb90c;
  overflow: auto;
  height: 6em;  
  width: 500px;

 }

#photos-slide-info h2
{ 
  border-bottom: 0.05em solid black;
 }

#photos-slide-image img
{ 
  border: solid 0.2em white;
  padding: 0.3em;
 }

#photos-slide-list
{
  padding-top: 2em;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
  height: 9em;
  overflow: auto;  
  overflow-y: hidden;
  width: 500px;
  }

#photos-slide-list ol
{
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  white-space: nowrap; 
  }

.photoThumb
{
  list-style-type: none;
  display: inline;
  } 

#photos-slide-list .photoThumb a
{
  border-bottom: 0;
  text-decoration: none;
  } 

.photoThumb img
{
  border: 0.15em solid black;	  
  margin-right: 0;
 }

.photoThumb img:hover
{ 
  border-color: white;
  margin-right: 0;
 }

#photo-current-thumb
{ 
  border: 0.2em solid white;
  margin-right: 0;
 }

