.clr { clear: both; }

.navigation {
	border: 1px solid #a9a9a9;
	padding: 3px;
	text-align: center;
	font-size: larger;
}

.navigation ul, .navigation li{
	display: inline;
	list-style: none;
	padding: 3px;
}

.big_photo, .photo {
	float: left;
	margin: 15px;
}

.photo {
	height: 240px;    /* remove comments of 'border' below to adjust as you wish */
	/*max-width: 220px;*/ /* thumbnail size + 20px */
	width: 220px;
	/*border: 1px solid black;*/
	text-align: center;
}

.big_photo .src, .photo .src {
	/*float: left;*/
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	text-align: center;
}

.big_photo .src img, .photo .src img {
/*	display: block;
	position: relative; */
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.photo .info ul, .photo .info li {
	display: inline;
	list-style: none;
	padding: 5px;
}
