/*<group=Single Page (Photo view)>*/

.photo-background {
	text-align: center;
	background: #ffffff;
	padding: 10px;
}

.photo-navigation {
	text-align: center;
	width: 475px;
	font-size: 10px;
	margin: 0 auto;
	background: no-repeat url(../../images/singlebox.png);
	height: 120px;
	padding: 44px 0 0;
}

.photo-navigation a {
	text-align: left;
	font-size: 10px;
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0px;
}

.photo-links {
}

.photo-title {
	color: #999999;
	font-weight: normal;
	margin: 0px 0px 8px;
	font-size: 24px;
	text-align: center;
	padding: 0;
}

.photo-caption {
	font-size: 11px;
	margin: 0px;
	color: #999999;
	text-align: center;
	padding: 0;
}

/*</group>*/