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

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

.photo-navigation {
	text-align: center;
	background: #F0F8FF;
	width: 600px;
	font-size: 12px;
	margin: 9px auto 12px;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-weight: normal;
	border: 1px solid #0000CD;
}

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

.photo-navigation a:hover {
}

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

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

.photo-title {
	color:  #0000CD;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}

.photo-caption {	font-size: 14px;	padding: 0px;	color: #0000CD;	text-align: center;
    font-weight: normal;
    font-style: italic;}


/* @end */
