div.gallery {
	padding-top: 10px;
}

a.photo {
	display: block;
	width: 133px;
	height: 132px;
	float: left;
	background-color: #e8e8e8;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 8px;
}

a.photo img {
	background-color: White;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

div.folder {
	clear: left;
	overflow: auto;
	padding-bottom: 10px;
}
