.gallerypage tbody tr td image
{
	width: 100px;
	height: 75px;
}

.gallerypage tbody tr td a:hover
{
	text-decoration:none;
	cursor:pointer;
}

.gallerypage tbody tr td
{
	text-align: center;
}
.gallerypage
{
	width: 100%;
	position: absolute;
	top: 0px;
}

.gallerycontrol div
{
	margin: 2px;
	display:inline;
	font-size:18px;
}

.gallerycontrol .gallerycontrolinfo
{
	display:block;
	font-size:13px;
}

.pagenumber
{
	text-decoration:none;
	cursor:pointer;
}

.endpage
{
	color:#DDDDDD;
}

.pagenumber:hover
{
	text-decoration:underline;
	cursor:pointer;
}

.selectedpage
{
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

.photodiv
{
	overflow: hidden;
	display:inline-block;
	width: 102px;
	height: 79px;
}
