.photoContainer {
	background: url(../Images/CopyBackTile.jpg) repeat-y;
	padding: 10px;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
}
.ViewPhotoBG {
	background: #000;
}
.photo {
	margin: 14px;
	border: 1px solid #000;
}
.photoNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.photoNavText a {
	font-size: 11px;
	text-decoration: none;
}
.photoNavText a:hover {
	color: #ff0;
}
