﻿.galleryHeader
{
	clear: both;
	float: left;
	margin-bottom: 5px;
}

.galleryHeader a,
.galleryHeader a:hover
{
	color: #0066FF;
	text-decoration: none;
}

.galleryHeader a:hover
{
	text-decoration: underline;
}

.galleryHeader .selected
{
	font-weight: bold;
}

.galleryFooter
{
	margin-top: 5px;
	text-align:center;
	min-width: 100px;
	display: inline-block;
}

.galleryFooter a,
.galleryFooter a:hover
{
	color: #0066FF;
	text-decoration: none;
	padding:0 3px;
}

.galleryFooter a:hover
{
	text-decoration: underline;
}

.galleryFooter .selected
{
	font-weight: bold;
}

.photoBorder
{
	border: 1px solid #000;
}

.ImageLabel
{
	background-color:#B8D4EC;
	color:#000000;
	font-family:Georgia,Verdana;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-align:center;
	width:100%;
	min-width: 100%;
	min-height: 30px;
}