#PhotoPopup {
	position: absolute;
	top: 0px;
	left: 0px;
}

#PhotoPopupTop {
	width: 62px;
}

#PhotoPopupNav {
	position: relative;
	top: 2px;
	width: 58px;
	
	border-left: solid 2px #111;
	border-right: solid 2px #111;
	background-color: #111;
}

#PhotoPopupNavInner {
	position: relative;
	top: 2px;
	width: 50px;

	overflow: hidden;
	padding: 1px 0 0 4px;
	border: solid 2px #888;
	border-bottom: none;
	background-color: #111;
}

#PhotoPopupNavLink {
	position: relative;
	top: 2px;

	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
	cursor: pointer;

	font-size: .8em;
	font-weight: 100;
}

#PhotoPopupMain {
	border: solid 2px #111;
}

#PhotoPopupMainInner {
	padding: 8px 8px 0 8px;
	border: solid 2px #888; 
	background-color: #111;
}

#PhotoPopupViewport {
	position: relative;
}

#PhotoPopupText {
	padding: 0 0 1px 0;
	color: #ccc;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
}

#PhotoHover {
	position: absolute;
	top: 0px;
	left: 0px;
	border: solid 1px black; 
}

#PhotoHoverInner {
	padding: 4px 4px 0px 4px;
	border: solid 1px #888; 
	background-color: #111;
}

#PhotoHoverViewport {
	position: relative;
}

#PhotoHoverText {
	padding: 2px 0 1px 0;
	color: #ccc;
	font-size: 0.75em;
	text-align: center;
}


