@charset "utf-8";
/* CSS Document */

.treecells {
	 border: 1px solid #ddd;
	 border-radius: 10px;
	 height: 175px;
	 margin: 0 auto 0 auto;
	 padding: 20px 0 0 0;
	 text-align: center;
	 vertical-align: 100px;
	 width: 175px;
}

.treecells img {
	margin: auto 0 auto 0;
}

.treecells:hover {
	background-color: #eee;
}