﻿
/* =PhotoViewer
----------------------------------------------- */

#PhotoViewer
{
  margin: 10px 1em 0;
  padding: 0 0 5px 0;
}

#ThumbNailsContainer
{
  background: transparent url(Images/filmstrip_photos.png) repeat-x;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: auto;
  height: 89px;
  width: 100%;
}

#table-ThumbNails
{
  border-collapse: collapse;
  border-width: 0;
  height: 70px;
  margin: 0;
  padding: 0;
  width: auto;
}

#table-ThumbNails td
{
  background-color: Transparent;
  height: 70px;
  margin: 0;
  padding: 0;
}

#table-ThumbNails td img
{
  cursor: pointer;
  height: 50px;
  margin: 0 3px;
  padding: 0;
  vertical-align: middle;
}

img.thumbnailon
{
  border-style: solid;
  border-width: 2px;
}

img.thumbnailoff
{
  border: 0 !important;
  height: 50px !important;
}

#Photo
{
}

#Photo img
{
  margin: 2px auto 2px auto;
}

#PhotoViewer #Caption
{
  font-size: 85%;
  padding: 3px 0;
}

#NoPhoto
{
  margin: 10px 0 0 0;
  width: 100%;
  text-align: center;
}


