.PhotoGalleryCategoryListItem
{
	padding: 0px;
}

.PhotoGalleryCategoryListSeparator
{
	height: 5px;
}

.PhotoGalleryImageTable
{
	width: 100%; 
	height: 410px;	
	padding: 0px; 
	margin: 0px; 
}

.PhotoGalleryThumbnailLocationLabel
{
	color: #003366;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

.PhotoGalleryThumbnailImageCell
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.PhotoGalleryThumbnailImage
{
	border: 6px solid black;
}

.PhotoGalleryDetailImage
{
	border: 1px solid black;
}

.PhotoGalleryCategoryList
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	padding: 1px;
}
.PhotoGalleryCategoryList a:link
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.PhotoGalleryCategoryList a:visited
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.PhotoGalleryCategoryList a:active
{
	color: #FFFFFF;
}
.PhotoGalleryCategoryList a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}