#photoanchor {
	position: absolute;
	height: 650px;
	width: 800px;
	left: 800px;
	top: 1300px;
	background-color: #FFFFFF;
}.credits {
	font-size: 11px;
	color: #A4A4A4;
	background-color: #FFFFFF;
}
#photos {
	position: absolute;
	width: 500px;
	top: 150px;
	left: 50px;
	height: 400px;
}
#photocontainer {
	position: absolute;
	width: 300px;
	top: 15px;
	left: 130px;
}
#photoback {
	height: 300px;
}
#photoname {
	position: absolute;
	width: 150px;
	top: 10px;
	left: 8px;
}
.photoname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #AAAAAA;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	height: 42px;
	margin-top: 16px;
}
#batch {
	position: absolute;
	width: 160px;
	top: 150px;
	right: 60px;
	cursor:pointer;
}
.photothumb {
	width: 36px;
	height: 36px;
	margin: 12px;
	cursor:pointer;
}
#photopreview {
	position: absolute;
	visibility: hidden;
	z-index: 10;
	height: 300px;
	width: 175px;
	background-color: #FFFFFF;
	border: 1px solid #D4D4D4;
}
