#GalleryLinks
{
	position: relative;
	margin: 0;
	height: 4.4em;
	border-bottom: 2px RoyalBlue solid;
	text-align: center;
}

#GalleryLink2001-02
{
	position: absolute;
	bottom: 4px;
	left: 440px;
	width: 109px;
}

#GalleryLink2002-03
{
	position: absolute;
	bottom: 4px;
	left: 330px;
	width: 109px;
}

#GalleryLink2003-04
{
	position: absolute;
	bottom: 4px;
	left: 220px;
	width: 109px;
}

#GalleryLink2004-05
{
	position: absolute;
	bottom: 4px;
	left: 110px;
	width: 109px;
}

#GalleryLink2005-06
{
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 109px;
}

#GalleryLink2006-07
{
	position: absolute;
	bottom: 34px;
	left: 440px;
	width: 109px;
}

#GalleryLink2007-08
{
	position: absolute;
	bottom: 34px;
	left: 330px;
	width: 109px;
}

#GalleryLink2008-09
{
	position: absolute;
	bottom: 34px;
	left: 220px;
	width: 109px;
}

#GalleryLink2009-10
{
	position: absolute;
	bottom: 34px;
	left: 110px;
	width: 109px;
}

#GalleryLink2010-11
{
	position: absolute;
	bottom: 34px;
	left: 0;
	width: 109px;
}

#GalleryLinks a.Inactive:link, 
#GalleryLinks a.Inactive:visited,
#GalleryLinks a.Inactive:hover
{
	color: White;
	background-color: DarkGray;
	border-left: DimGray 16px solid;
}

#GalleryLinks a:link,
#GalleryLinks a:visited
{
	display: block;
	padding: 0.4em 0.5em 0.4em 0.5em;
	color: White;
	background-color: RoyalBlue;
	border-left: Black 16px solid;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

#GalleryLinks a:hover
{
	color: White;
	background-color: Black;
	border-left: RoyalBlue 16px solid;
}

#GalleryLinks a.CurrentGallery:link, 
#GalleryLinks a.CurrentGallery:visited
{
	color: White;
	background-color: Yellowgreen;
	border-left: OliveDrab 16px solid;
}

#GalleryIndex
{
	list-style-type: none;
	list-style-image: none;
	text-indent: 0;
	padding: 0.2em 0 0 0;
	margin: 0 0 1em 0;
}

#Content #GalleryIndex
{
	list-style-type: none;
	list-style-image: none;
}

#GalleryIndex li
{
	float: left;
	width: 170px;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	color: RoyalBlue;
}

#GalleryIndex img
{
	display: block;
	border: 2px RoyalBlue solid;
	width: 160px;
	height: 120px;
}

#GalleryIndex img:hover
{
	border: 2px Black solid;
}

#GalleryIndex a:link,
#GalleryIndex a:visited
{
	text-decoration: none;
	color: RoyalBlue;
}

#GalleryIndex a:hover
{
	color: Black;
}