div#photogallery
{
	position: absolute;
	top: 320px;
	left: 320px;

	width: 450px;
	height: 240px;

	z-index: 10;
}

div#photos
{
	width: 100%;
	height: 300px;

	z-index: inherit;
}

div.photosRow
{
	text-align: center;
}

div#photosNav
{
	width: 100%;
	height: 30px;

	z-index: inherit;

	text-align: center;
}

div#photosNavLeft
{
	display: inline;
}

div#photosNavInfo
{
	display: inline;
	width: 190px;
	font-size: 8pt;
}

div#photosNavRight
{
	display: inline;
}

a.photoGallery
{
	cursor: pointer;
}

img.photoGalleryPhoto
{
	margin: 2px;
	border: 1px solid black;
}