.photos_category_name, .photos_albums {
	font-size: 14px;
	font-weight: bold;
}

.photos_albums_list {
	list-style-type: none;
	padding: 0px;
}

.photos_albums_list li {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
}

.photos_albums_list li a {
	display: block;
}

#photos ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#photos li {
	margin: 6px 6px 18px 6px;
}

#photos li div {
	padding: 10px;
}

#photos li img {
	border: 1px solid #777;
	padding: 0px;
	margin: 0px;
}

#photos td {
	text-indent: 0px;
}

#photos li img:hover {
	border-color: #000;
}

#photos .clearall {
	clear: both;
}