

.gallerytree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.gallerytree img {
	border: 0px;
	vertical-align: middle;
}
.gallerytree a {
	color: #333;
	text-decoration: none;
}
.gallerytree a.node, .gallerytree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.gallerytree a.node:hover, .gallerytree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.gallerytree a.nodeSel {
	background-color: #c0d2ec;
}
.gallerytree .clip {
	overflow: hidden;
}
