#albumTitleTable
{
	position: relative;
	
	background-color: #7e6245;
	padding-left: 16px;	
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	line-height: 1.1;
	
	margin-bottom: 19px;
	
}

#albumTitleTable tr
{
	height: 33px;
}

#pictureAlbumTable
{
	width: 522px;
}

#pictureAlbumTable .pictureCell
{
	width: 254px;
	padding-bottom: 15px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #600009;
	font-size: 15px;
	line-height: 1.2;
}

#pictureAlbumTable .dividerCell
{
	width: 14px;
}

.pictureAlbumPic
{
	position: relative;
	border: 1px solid #825c37;
	
	width: 252px;
	height: 168px;
}

#pagingInterface
{
	position: relative;
	margin-top: 32px;
	width: 100%;
	text-align: right;
	color: #9c0b06;
}

#pagingInterface a:link, #pagingInterface a:visited, #pagingInterface a:hover, #pagingInterface a:active
{
	color: #9c0b06;
	text-decoration: none;
}

.currentStartPicLink
{
	font-weight: bold;
}
