﻿.PhotoGDescription
{
  width:100%;
  background-color:Blue;
}

.PhotoGLargeView
{
  width:100%;
  background-color:red;
}

.PhotoGItemNavigation
{
  width:100%;
  background-color:silver;
  font-size:10pt;
}

.PhotoGListView
{
  width:100%;
  background-color:white;
  color:Red;
  font-size:10pt;
}

.PhotoGPageNavigation
{
  width:100%;
  background-color:silver;
  font-size:10pt;
}

.PhotoGThumbnail
{
  float:left;
  border: solid 1px silver;
  margin: 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
}
