/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	background: url(../../images/default/bg.png) repeat;
	
}

.photo-navigation {
	text-align: center;
	background: #F0F8FE;
	width: 585px;
	font-size: 12px;
	margin: 3px auto 12px;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-weight: bold;
	border: 3px solid #FF4500;
}

.photo-navigation a {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0px;
	border: solid #ffffff 5px;
}

.photo-links {
	margin-bottom: 2px;
	margin-top: 3px;
}

.photo-title {
	color: 	#B22222;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	font-size: 17px;
	text-align: center;
	text-decoration: underline;
}

.photo-caption {	font-size: 16px;	padding: 0px;	color: #B22222;	text-align: center;
    font-weight: bold;
    font-style: italic;}}


/* @end */
