table.photoshare-show
{
  background-color: #336699;
  border: 1px solid black;
  border-collapse: collapse;
}

table.photoshare-show-buttons 
{
}

table.photoshare-show-buttons td
{
  margin: 0;
}

td.photoshare-show-play
{
  padding-right: 10px;
}

td.photoshare-show-prev
{
  padding-left:  10px;
  padding-right: 4px;
}

td.photoshare-show-next
{
  padding-right: 30px;
}

td.photoshare-show-count
{
  font-size: 16;

  background-color: white;
  color:            black;

  border-top:    2px solid black;
  border-right:  2px solid gray;
  border-bottom: 2px solid gray;
  border-left:   2px solid black;
}

td.photoshare-show-title
{
  font-size:   14;
  font-weight: bold;
  text-align:  center;

  background-color: white;
  color:            black;

  border-top:    1px solid black;
  border-right:  1px solid black;
  border-bottom: none;
  border-left:   1px solid black;
}

td.photoshare-show-description
{
  font-size:  12;
  text-align: center;
  vertical-align: top;

  background-color: white;
  color:            black;

  height: 2em;

  border-top:    none;
  border-right:  1px solid black;
  border-bottom: 1px solid black;
  border-left:   1px solid black;
}

td.photoshare-show-image
{
  background-color: white;

  padding: 10px;
}


