
/* Album page */

.albumContainer {
	float: left;
	margin: 0px 10px 5px 0px;
}
	.albumContainer a {
		color: #000;
		text-decoration: none;
	}
	.albumContainer a:hover {
		color: #777;
		text-decoration: underline;
	}
		
		.galleryAlbum {
			float: left;
			margin: 0px 5px 2px 0px;
			padding: 10px;
			text-align: center;
			height: 160px;
			width: 130px;
			*width: 150px;
		}
			.galleryAlbum a {
				color: #000;
			}
			.galleryAlbum a:hover {
				color: #777;
			}
		
		.galleryAlbumPhoto {
		
		}
			.galleryPicture {
				border: 1px solid #999;
			}
		
		.galleryAlbumTitle {
		}
			.galleryAlbumTitle a {
				text-decoration: none;
			}
			.galleryTitle {
				font-size: 80%; font-family: Verdana;
			}
		
		.galleryAlbumTitle a:hover {
			text-decoration: underline;
		}


.albumTitle { }
.albumInfo { }
.albumPicture { }

.albumPictureTitle {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

.albumPictureInfo {
	font-size: 90%;
}


/* Photo page */

.back_to_photos {
	color: #000;
	text-decoration: none;
	float: left;
	font-size: 110%;
	float: left;
}

.front_spacer {
	float: left;
}

.back_to_photos:hover {
	text-decoration: underline;
}



.photoGalleryTitle {
	font-size: 110%;
	float: left;

}
.photoGalleryDescription {
	color: #1F1F1F;
	margin: 2px;
}

#gallery {
	clear: both;
	margin-top: 10px;
}

.invisible {
	display: none;
}
.photoContainer {
	float: left;
	margin: 0px 5px 5px 0px;
	background-color: #EDEDED;
	padding: 10px;
	text-align: center;
	width: 130px;
	*width: 150px;
}
	
	.photoPicture {
		height: 111px;
	}
	.photoTitle {
		font-size: 85%;
	}


/* Page numbers */

#paginateContainer .paginate {
	cursor: pointer;
}
#paginateContainer .active {
	font-weight: bold;
}

#gallery, #slideshow {
	margin-top: 10px;
	*margin-top: 40px;
}
