/* CSS Document */
#albumTitleArea
{
	position: relative;
	left: 67px;
	
	margin-bottom: 20px;
	
	font-family: "Adobe Garamond Pro", "Garamond Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}

#pictureAlbumTable
{
	width: 522px;
}

#pictureAlbumTable .pictureCell
{
	width: 254px;
	padding-bottom: 15px;
}

#pictureAlbumTable .dividerCell
{
	width: 14px;
}

.pictureAlbumPic
{
	position: relative;
	border: 1px solid #f1f2f2;
	
	width: 252px;
	height: 168px;
}

#pagingInterface
{
	position: relative;
	margin-top: 32px;
	width: 100%;
	text-align: right;
}

#pagingInterface a:link, #pagingInterface a:visited, #pagingInterface a:hover, #pagingInterface a:active
{
	color: #c7e0f8;
	text-decoration: none;
}

.currentStartPicLink
{
	font-weight: bold;
}
