.photo_overview {
	clear: both;
	text-align: left;
}
.photo_overview A.photo {
	float: left;
	margin: 0px 15px 15px 0px ;
	background-color: #FFFFFF;
	border: 1px solid #e3e3e3;
	padding: 4px;
	text-decoration: none;
}
.photo_overview A.photo:hover {
	border: 1px solid #00579c;
	cursor: pointer;
	
}
.photo_overview A.photo_album:hover {
	border: 1px solid #00579c;
	cursor: pointer;
}
.photo_overview .title {
	width: 100px;
	line-height: 15px;
	overflow: hidden;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
.photo_overview .photo .title {
	color: #000000;
}
.photo_overview .photo_album .title {
	color: #00579c;
}
.photo_overview .photo_album {
	float: left;
	margin: 0px 15px 15px 0px;
	background-color: #f1f8ff;
	border: 1px solid #e3e3e3;
	padding: 4px;
	text-decoration: none;
}
.photo_overview IMG {
	border: 0px;
}
