div#album_crumbs {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

div#album_crumbs_bottom {
	color: #999;
	font-size: 14px;
}

div#album_crumbs_bottom a {
	color: #525252;
}

div#album_crumbs_bottom a:hover {
	color: #000;
} 

div#albumsPane {
	width: 100%;
	height: auto;
	margin: 0px auto;
	display: block;
	font-size: 14px;
}
div#albumsPane:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	#albumsPane div.album {
		float: left;
		text-align: center;
		padding: 0 20px 0 0;
	}
		#albumsPane div.album p {
			width: 100px;
			text-align: center;	
		}

div#photosPane {
	width: 95%;
	height: auto;
	margin: 0px auto;
	display: block;

}
div#photosPane:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	div#photosPane div.photo {
		width: 84px;
		height: 64px;
		position: relative;
		float: left;
		display: block;
		
		margin: 3px;
	}
	
	div#photosPane div.photo img {
		padding: 2px; 
		margin: 3px; 
		border: 1px #000 solid;
		background-color: #fff;
	}