#photosection {
}

#albums {
	width: 695px;
	height: 155px;
	background-color: #c7cfd8;
	margin-top: 10px;
}

#albums h3 {
	font-size: 12pt;
	color: #550000;
	text-align: center;
	padding: 0;
	margin: 0;
}

#albums p {
	text-align: center;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

#albumscontainer {
	max-height: 125px;
	width: 675px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	overflow: auto;
	white-space: nowrap;
}

#photos {
	position: absolute;
	width: 140px;
	height: 500px;
	background-color: #c1a2a2;
	margin: 0;
	float: left;
}

#photos h3 {
	font-size: 12pt;
	color: #355782;
	text-align: center;
	padding: 0;
	margin: 0;
}

#photoscontainer {
	height: 455px;
	width: 120px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

div.photothumb {
	float: left;
	/*width: 120px;
	height: 120px;*/
	margin-top: 100px;
	margin-left: 20px;
}

div.photothumb img {
	margin-left: auto;
	margin-right: auto;
}

div.photoinfo {
	border-left: 120px solid white;
	background-color: #ccc;
	padding: 10px;
}

#photocontent {
	margin-left: 140px;
	min-height: 500px;
	width: 550px;
	float: right;
}
/*\*/
* html #photocontent {
height: 500px;
}
/**/


div.caption {
	text-align: center;
}

#editmenu {
	text-align: right;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}