ul.photos { 
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
ul.photos li { display: inline; }
ul.photos img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
ul.photos a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
ul.photos a:hover { color: #fff; }

img.photo-highlight {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

