.album {
	background-image: url("/gallery/album_back.gif");
	background-repeat: no-repeat;
	width: 168px;
	height: 197px;
	margin: 0 8px 15px 9px;
	float: left;
}
.album img {
	padding: 18px 0 0 15px;
	border-width: 0px;
}
.album p {
	padding-top: 12px;
	text-align: center;
	font-weight: bold;
}
.album br {
	clear: both;
}
.thumbnail {
	width: 185px;
	height: 126px;
	float: left;
	text-align: center;
	margin: 16px 0 15px 0;
}
.portrait {
	margin-top: 0;
	height: 142px;
}
.thumbnail img {
	padding: 4px;
	border: 1px solid #A9A9A9;
	background-color: #FFFFFF;
}
.landscapePhoto, .portraitPhoto {
	margin: auto;
	padding: 8px 8px 0 8px;
	border: 2px solid #a9a9a9;
	background-color: #ffffff;
}
.landscapePhoto {
	width: 525px;
}
.portraitPhoto {
	width: 394px;
}
.landscapePhoto div, .portraitPhoto div {
	padding: 7px 0 7px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
}
.landscapePhoto img, .portraitPhoto img {
	border-width: 0;
}