ul#photo_gallery li, ul#album_list li {
	list-style: none;
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 160px;
}

ul#photo_gallery li .photo {
/*	height: 150px;*/
/*	width: 150px;*/
	border: dotted 1px #777;
	padding: 3px;
	margin-top: 10px;
}

#info {
	clear: both;
}